File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 # This environment tests the newest supported Anaconda release (4.4.0)
2121 # It also runs tests requiring Pandas.
2222 - DISTRIB="conda" PYTHON_VERSION="3.6.1" INSTALL_MKL="true"
23- NUMPY_VERSION="1.13" SCIPY_VERSION="0.19.0 " PANDAS_VERSION="0.20.2"
23+ NUMPY_VERSION="1.13.3 " SCIPY_VERSION="0.19.1 " PANDAS_VERSION="0.20.2"
2424 CYTHON_VERSION="0.25.2" COVERAGE=true
2525
2626 # This environment use pytest to run the tests. It uses the newest
2727 # supported Anaconda release (4.4.0). It also runs tests requiring Pandas.
2828 - USE_PYTEST="true" DISTRIB="conda" PYTHON_VERSION="3.6.1"
29- INSTALL_MKL="true" NUMPY_VERSION="1.12.1 " SCIPY_VERSION="0.19.0 "
30- PANDAS_VERSION="0.20.1 " CYTHON_VERSION="0.25.2"
29+ INSTALL_MKL="true" NUMPY_VERSION="1.13.3 " SCIPY_VERSION="0.19.1 "
30+ PANDAS_VERSION="0.20.2 " CYTHON_VERSION="0.25.2"
3131 TEST_DOCSTRINGS="true"
3232
3333 # flake8 linting on diff wrt common ancestor with upstream/master
34- - RUN_FLAKE8="true" SKIP_TESTS="true"
35- DISTRIB="conda" PYTHON_VERSION="3.5 " INSTALL_MKL="true"
36- NUMPY_VERSION="1.13" SCIPY_VERSION="0.19.0 " CYTHON_VERSION="0.23.5 "
34+ - RUN_FLAKE8="true" SKIP_TESTS="true" PANDAS_VERSION="0.20.2"
35+ DISTRIB="conda" PYTHON_VERSION="3.6.1 " INSTALL_MKL="true"
36+ NUMPY_VERSION="1.13" SCIPY_VERSION="0.19.1 " CYTHON_VERSION="0.25.2 "
3737
3838
3939install : source ci_scripts/travis/install.sh
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ scipy>=0.17.0
44pandas >= 0.18.1
55numpydoc
66sphinx_gallery
7- xlrd >= 0.9.0
7+ xlrd >= 0.9.0
You can’t perform that action at this time.
0 commit comments