Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +56 -0
requirements.txt
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.9.0
|
2 |
+
astor==0.8.1
|
3 |
+
astunparse==1.6.3
|
4 |
+
Brotli==1.0.7
|
5 |
+
cachetools==4.1.0
|
6 |
+
certifi==2020.4.5.2
|
7 |
+
chardet==3.0.4
|
8 |
+
click==7.1.2
|
9 |
+
dash==1.13.1
|
10 |
+
dash-bootstrap-components==0.10.2
|
11 |
+
dash-core-components==1.10.1
|
12 |
+
dash-html-components==1.0.3
|
13 |
+
dash-renderer==1.5.0
|
14 |
+
dash-table==4.8.0
|
15 |
+
Flask==1.1.2
|
16 |
+
Flask-Compress==1.5.0
|
17 |
+
future==0.18.2
|
18 |
+
gast==0.2.2
|
19 |
+
google-auth==1.17.2
|
20 |
+
google-auth-oauthlib==0.4.1
|
21 |
+
google-pasta==0.2.0
|
22 |
+
grpcio==1.29.0
|
23 |
+
gunicorn==20.0.4
|
24 |
+
h5py==2.10.0
|
25 |
+
idna==2.9
|
26 |
+
importlib-metadata==1.6.1
|
27 |
+
itsdangerous==1.1.0
|
28 |
+
Jinja2==2.11.2
|
29 |
+
Keras==2.3.0
|
30 |
+
Keras-Applications==1.0.8
|
31 |
+
Keras-Preprocessing==1.1.2
|
32 |
+
Markdown==3.2.2
|
33 |
+
MarkupSafe==1.1.1
|
34 |
+
numpy==1.18.5
|
35 |
+
oauthlib==3.1.0
|
36 |
+
opt-einsum==3.2.1
|
37 |
+
plotly==4.8.1
|
38 |
+
protobuf==3.12.2
|
39 |
+
pyasn1==0.4.8
|
40 |
+
pyasn1-modules==0.2.8
|
41 |
+
PyYAML==5.3.1
|
42 |
+
requests==2.24.0
|
43 |
+
requests-oauthlib==1.3.0
|
44 |
+
retrying==1.3.3
|
45 |
+
rsa==4.6
|
46 |
+
scipy==1.4.1
|
47 |
+
six==1.15.0
|
48 |
+
tensorboard==2.0.2
|
49 |
+
tensorboard-plugin-wit==1.6.0.post3
|
50 |
+
tensorflow==2.0.0
|
51 |
+
tensorflow-estimator==2.0.1
|
52 |
+
termcolor==1.1.0
|
53 |
+
urllib3==1.25.9
|
54 |
+
Werkzeug==1.0.1
|
55 |
+
wrapt==1.12.1
|
56 |
+
zipp==3.1.0
|