Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +55 -55
requirements.txt
CHANGED
@@ -1,56 +1,56 @@
|
|
1 |
-
absl-py
|
2 |
-
astor
|
3 |
-
astunparse
|
4 |
-
Brotli
|
5 |
-
cachetools
|
6 |
-
certifi
|
7 |
-
chardet
|
8 |
-
click
|
9 |
-
dash
|
10 |
-
dash-bootstrap-components
|
11 |
-
dash-core-components
|
12 |
-
dash-html-components
|
13 |
-
dash-renderer
|
14 |
-
dash-table
|
15 |
-
Flask
|
16 |
-
Flask-Compress
|
17 |
-
future
|
18 |
-
gast
|
19 |
-
google-auth
|
20 |
-
google-auth-oauthlib
|
21 |
-
google-pasta
|
22 |
-
grpcio
|
23 |
-
gunicorn
|
24 |
-
h5py
|
25 |
-
idna
|
26 |
-
importlib-metadata
|
27 |
-
itsdangerous
|
28 |
-
Jinja2
|
29 |
-
Keras
|
30 |
-
Keras-Applications
|
31 |
-
Keras-Preprocessing
|
32 |
-
Markdown
|
33 |
-
MarkupSafe
|
34 |
-
numpy
|
35 |
-
oauthlib
|
36 |
-
opt-einsum
|
37 |
-
plotly
|
38 |
-
protobuf
|
39 |
-
pyasn1
|
40 |
-
pyasn1-modules
|
41 |
-
PyYAML
|
42 |
-
requests
|
43 |
-
requests-oauthlib
|
44 |
-
retrying
|
45 |
-
rsa
|
46 |
-
scipy
|
47 |
-
six
|
48 |
-
tensorboard
|
49 |
-
tensorboard-plugin-wit
|
50 |
tensorflow
|
51 |
-
tensorflow-estimator
|
52 |
-
termcolor
|
53 |
-
urllib3
|
54 |
-
Werkzeug
|
55 |
-
wrapt
|
56 |
-
zipp
|
|
|
1 |
+
absl-py
|
2 |
+
astor
|
3 |
+
astunparse
|
4 |
+
Brotli
|
5 |
+
cachetools
|
6 |
+
certifi
|
7 |
+
chardet
|
8 |
+
click
|
9 |
+
dash
|
10 |
+
dash-bootstrap-components
|
11 |
+
dash-core-components
|
12 |
+
dash-html-components
|
13 |
+
dash-renderer
|
14 |
+
dash-table
|
15 |
+
Flask
|
16 |
+
Flask-Compress
|
17 |
+
future
|
18 |
+
gast
|
19 |
+
google-auth
|
20 |
+
google-auth-oauthlib
|
21 |
+
google-pasta
|
22 |
+
grpcio
|
23 |
+
gunicorn
|
24 |
+
h5py
|
25 |
+
idna
|
26 |
+
importlib-metadata
|
27 |
+
itsdangerous
|
28 |
+
Jinja2
|
29 |
+
Keras
|
30 |
+
Keras-Applications
|
31 |
+
Keras-Preprocessing
|
32 |
+
Markdown
|
33 |
+
MarkupSafe
|
34 |
+
numpy
|
35 |
+
oauthlib
|
36 |
+
opt-einsum
|
37 |
+
plotly
|
38 |
+
protobuf
|
39 |
+
pyasn1
|
40 |
+
pyasn1-modules
|
41 |
+
PyYAML
|
42 |
+
requests
|
43 |
+
requests-oauthlib
|
44 |
+
retrying
|
45 |
+
rsa
|
46 |
+
scipy
|
47 |
+
six
|
48 |
+
tensorboard
|
49 |
+
tensorboard-plugin-wit
|
50 |
tensorflow
|
51 |
+
tensorflow-estimator
|
52 |
+
termcolor
|
53 |
+
urllib3
|
54 |
+
Werkzeug
|
55 |
+
wrapt
|
56 |
+
zipp
|