-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
40 lines (40 loc) · 1.33 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
-i https://pypi.org/simple
-e .
absl-py==0.9.0
astor==0.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
cloudpickle==1.1.1
cycler==0.10.0
decorator==4.4.2
gast==0.2.2
google-pasta==0.2.0
grpcio==1.29.0
h5py==2.10.0
importlib-metadata==1.6.1; python_version < '3.8'
joblib==0.15.1; python_version >= '3.6'
keras-applications==1.0.8
keras-preprocessing==1.1.2
kiwisolver==1.2.0; python_version >= '3.6'
markdown==3.2.2; python_version >= '3.5'
matplotlib==3.2.1
numpy==1.18.5
opt-einsum==3.2.1; python_version >= '3.5'
pandas==1.0.4; python_full_version >= '3.6.1'
pods==0.0.2a
protobuf==3.12.2
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2020.1
scikit-learn==0.23.1
scipy==1.4.1
seaborn==0.10.1
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tensorboard==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tensorflow-estimator==1.15.1
tensorflow-probability==0.8.0
tensorflow==1.15.3
termcolor==1.1.0
threadpoolctl==2.1.0; python_version >= '3.5'
werkzeug==1.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wheel==0.34.2; python_version >= '3'
wrapt==1.12.1
zipp==3.1.0; python_version >= '3.6'