Skip to content

Commit 92267eb

Browse files
Fixed requirements.txt
1 parent ecf7db9 commit 92267eb

4 files changed

Lines changed: 14 additions & 46 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DS_Store
2-
2+
gaia/
33
# JetBrains
44
.idea
55

-376 Bytes
Loading
151 Bytes
Loading

requirements.txt

Lines changed: 13 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,15 @@
1-
absl-py==0.8.0
2-
astor==0.8.0
3-
astroid==2.2.5
4-
certifi==2019.9.11
5-
chardet==3.0.4
6-
chart-studio==1.0.0
71
cycler==0.10.0
8-
gast==0.2.2
9-
google-pasta==0.1.7
10-
graphviz==0.13.2
11-
grpcio==1.23.0
12-
h5py==2.9.0
13-
idna==2.8
14-
isort==4.3.21
15-
joblib==0.14.0
16-
Keras-Applications==1.0.8
17-
Keras-Preprocessing==1.1.0
18-
kiwisolver==1.1.0
19-
lazy-object-proxy==1.4.1
20-
Markdown==3.1.1
21-
matplotlib==3.1.1
22-
mccabe==0.6.1
23-
numpy==1.17.1
24-
pandas==0.25.1
25-
Pillow==6.2.2
26-
plotly==4.1.1
27-
protobuf==3.9.1
2+
joblib==0.14.1
3+
kiwisolver==1.2.0
4+
matplotlib==3.2.1
5+
numpy==1.18.4
6+
pandas==1.0.3
287
pydotplus==2.0.2
29-
pylint==2.3.1
30-
pyparsing==2.4.2
31-
python-dateutil==2.8.0
32-
pytz==2019.3
33-
q==2.6
34-
requests==2.22.0
35-
retrying==1.3.3
36-
scikit-learn==0.21.3
37-
scipy==1.3.1
38-
seaborn==0.9.0
39-
six==1.12.0
40-
tensorboard==1.14.0
41-
tensorflow==1.15.2
42-
tensorflow-estimator==1.14.0
43-
termcolor==1.1.0
44-
typed-ast==1.4.0
45-
urllib3==1.25.6
46-
Werkzeug==0.15.5
47-
wrapt==1.11.2
8+
pyparsing==2.4.7
9+
python-dateutil==2.8.1
10+
pytz==2020.1
11+
scikit-learn==0.22.2.post1
12+
scipy==1.4.1
13+
seaborn==0.10.1
14+
six==1.14.0
15+
sklearn==0.0

0 commit comments

Comments
 (0)