File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
NUMPY_VERSION="1.6.2" SCIPY_VERSION="0.11.0" CYTHON_VERSION="0.23"
34
34
# This environment tests the newest supported anaconda env
35
35
# It also runs tests requiring Pandas.
36
- - DISTRIB="conda" PYTHON_VERSION="3.5 " INSTALL_MKL="true"
37
- NUMPY_VERSION="1.10.4 " SCIPY_VERSION="0.17.0 " PANDAS_VERSION="0.18.0 "
38
- CYTHON_VERSION="0.23.4 "
36
+ - DISTRIB="conda" PYTHON_VERSION="3.6 " INSTALL_MKL="true"
37
+ NUMPY_VERSION="1.11.2 " SCIPY_VERSION="0.18.1 " PANDAS_VERSION="0.19.1 "
38
+ CYTHON_VERSION="0.25.2 "
39
39
# flake8 linting on diff wrt common ancestor with upstream/master
40
40
- RUN_FLAKE8="true" SKIP_TESTS="true"
41
41
DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="true"
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ if [[ "$DISTRIB" == "conda" ]]; then
52
52
# provided versions
53
53
if [[ " $INSTALL_MKL " == " true" ]]; then
54
54
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
55
- numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION numpy scipy \
56
- mkl flake8 cython=$CYTHON_VERSION \
55
+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
56
+ mkl cython=$CYTHON_VERSION \
57
57
${PANDAS_VERSION+pandas=$PANDAS_VERSION }
58
58
59
59
else
You can’t perform that action at this time.
0 commit comments