We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3705e6 commit f9503cfCopy full SHA for f9503cf
.travis.yml
@@ -105,7 +105,7 @@ matrix:
105
- NP_TEST_DEP="1.17.3"
106
107
before_install:
108
- - BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython"
+ - BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython setuptools>=18.0"
109
# Tests need Cython because run_all.py wants to print out version
110
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose Cython"
111
- source multibuild/common_utils.sh
0 commit comments