Skip to content

Commit 143e18f

Browse files
committed
DEP: Try scipy>=0.19
1 parent c6381f0 commit 143e18f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ before_install:
5252
- travis_retry conda install -y python=${TRAVIS_PYTHON_VERSION} icu
5353
- if [ "$MIN_DEP" = "1" ]; then
5454
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;
6055
travis_retry pip install -r requirements_min.txt;
6156
else
6257
travis_retry pip install -r requirements.txt;

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
numpy>=1.9.0
2-
scipy>=0.14
1+
numpy>=1.9.3
2+
scipy>=0.19.1
33
networkx>=1.9
44
traits>=4.6
55
python-dateutil>=2.2

0 commit comments

Comments
 (0)