File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ install:
6464 # Install general requirements the way setup.py suggests
6565 - pip install pep8 codecov
6666 # Temporarily pin the numpy version for travis-ci
67- - pip install "numpy<1.15 "
67+ - pip install "numpy<=1.14.5 "
6868 - cat requirements.txt | xargs -n 1 -L 1 pip install
6969 # Install openml dependency for metadata generation unittest
7070 - pip install xmltodict requests liac-arff
Original file line number Diff line number Diff line change 44six
55Cython
66
7- numpy < =1.9.0 > =1.14.5
7+ numpy > =1.9.0 < =1.14.5
88scipy >= 0.14.1
99
1010scikit-learn >= 0.19 ,< 0.20
Original file line number Diff line number Diff line change 3636 "six" ,
3737 "Cython" ,
3838 # Numpy version of higher than 1.14.5 causes libgcc_s.so.1 error.
39- "numpy< =1.9.0> =1.14.5" ,
39+ "numpy> =1.9.0< =1.14.5" ,
4040 "scipy>=0.14.1" ,
4141 "scikit-learn>=0.19,<0.20" ,
4242 "lockfile" ,
You can’t perform that action at this time.
0 commit comments