File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ matrix:
18
18
sudo : false
19
19
20
20
install :
21
- - pip install numpy>=1.13
22
- - pip install nltk
21
+ - pip install numpy==1.14
22
+ - pip install nltk==3.2.5
23
23
- 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
34
34
- |
35
35
if [[ $FLAKE8 ]]; then
36
36
pip install flake8
You can’t perform that action at this time.
0 commit comments