8000
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 61d48e6 commit d7867cfCopy full SHA for d7867cf
.travis.yml
@@ -37,7 +37,7 @@ install:
37
# might want to avoid the later by installing all dependencies manually
38
# except scipy and install pandas with --no-deps
39
- conda create -n travisci --yes python=${TRAVIS_PYTHON_VERSION:0:3}
40
- numpy!=1.16.* pandas pytables matplotlib xlrd openpyxl
+ "numpy>=1.13,!=1.16.*" pandas pytables matplotlib xlrd openpyxl
41
xlsxwriter pytest pytest-pep8
42
- source activate travisci
43
0 commit comments