Skip to content

Commit 8fa21c1

Browse files
authored
Update .travis.yml
Pin requirements here, too.
1 parent d7a668c commit 8fa21c1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ matrix:
1818
sudo: false
1919

2020
install:
21-
- pip install numpy>=1.13
22-
- pip install nltk
21+
- pip install numpy==1.14
22+
- pip install nltk==3.2.5
2323
- pip install scikit-learn==0.19.0
24-
- pip install pandas
25-
- pip install scipy
26-
- pip install tensorflow>=1.4
27-
- pip install h5py
28-
- pip install keras
29-
- pip install shapely
30-
- pip install pytest
31-
- pip install pytest-cov
32-
- pip install requests
33-
- pip install google-cloud-language
24+
- pip install pandas==0.22.0
25+
- pip install scipy==1.0.0
26+
- pip install tensorflow==1.5
27+
- pip install h5py==2.7.1
28+
- pip install keras==2.1.4
29+
- pip install shapely==1.6.4.post2
30+
- pip install pytest==6.2.2
31+
- pip install pytest-cov==2.11.1
32+
- pip install requests==2.18.4
33+
- pip install google-cloud-language==1.3.0
3434
- |
3535
if [[ $FLAKE8 ]]; then
3636
pip install flake8

0 commit comments

Comments
 (0)