File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,6 @@ before_install:
52
52
- travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu
53
53
- if [ "$MIN_DEP" = "1" ]; then
54
54
sed -e 's/>=/==/' < requirements.txt > requirements_min.txt;
55
- if [ "$TRAVIS_PYTHON_VERSION" = "3.5" ]; then
56
- sed -i -e "s/scipy==.*/scipy==0.16.0/" requirements_min.txt;
57
- elif [ "$TRAVIS_PYTHON_VERSION" = "3.6" ]; then
58
- sed -i -e "s/scipy==.*/scipy==0.18.1/" requirements_min.txt;
59
- fi;
60
55
travis_retry pip install -r requirements_min.txt;
61
56
else
62
57
travis_retry pip install -r requirements.txt;
Original file line number Diff line number Diff line change 1
- numpy >= 1.9.0
2
- scipy >= 0.14
1
+ numpy >= 1.9.3
2
+ scipy >= 0.19.1
3
3
networkx >= 1.9
4
4
traits >= 4.6
5
5
python-dateutil >= 2.2
You can’t perform that action at this time.
0 commit comments