Skip to content

Commit d7867cf

Browse files
committed
updated condition on numpy version in travis.yml
1 parent 61d48e6 commit d7867cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
# might want to avoid the later by installing all dependencies manually
3838
# except scipy and install pandas with --no-deps
3939
- conda create -n travisci --yes python=${TRAVIS_PYTHON_VERSION:0:3}
40-
numpy!=1.16.* pandas pytables matplotlib xlrd openpyxl
40+
"numpy>=1.13,!=1.16.*" pandas pytables matplotlib xlrd openpyxl
4141
xlsxwriter pytest pytest-pep8
4242
- source activate travisci
4343

0 commit comments

Comments
 (0)