Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -86
requirements.txt
CHANGED
@@ -1,86 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
certifi==2023.7.22
|
9 |
-
charset-normalizer==3.2.0
|
10 |
-
click==8.1.7
|
11 |
-
colorama==0.4.6
|
12 |
-
contourpy==1.1.0
|
13 |
-
cycler==0.11.0
|
14 |
-
flatbuffers==23.5.26
|
15 |
-
fonttools==4.42.1
|
16 |
-
gast==0.4.0
|
17 |
-
google-auth==2.22.0
|
18 |
-
google-auth-oauthlib==1.0.0
|
19 |
-
google-pasta==0.2.0
|
20 |
-
grpcio==1.57.0
|
21 |
-
h5py==3.9.0
|
22 |
-
idna==3.4
|
23 |
-
importlib-metadata==6.8.0
|
24 |
-
jax==0.4.14
|
25 |
-
Jinja2==3.1.2
|
26 |
-
joblib==1.3.2
|
27 |
-
jsonschema==4.19.0
|
28 |
-
jsonschema-specifications==2023.7.1
|
29 |
-
# Removed keras==2.15.0 since tensorflow includes keras now
|
30 |
-
kiwisolver==1.4.5
|
31 |
-
libclang==16.0.6
|
32 |
-
Markdown==3.4.4
|
33 |
-
markdown-it-py==3.0.0
|
34 |
-
MarkupSafe==2.1.3
|
35 |
-
matplotlib==3.7.2
|
36 |
-
mdurl==0.1.2
|
37 |
-
ml-dtypes==0.2.0
|
38 |
-
nltk==3.8.1
|
39 |
-
numpy==1.23.5
|
40 |
-
oauthlib==3.2.2
|
41 |
-
opt-einsum==3.3.0
|
42 |
-
packaging==23.1
|
43 |
-
pandas==2.0.3
|
44 |
-
Pillow==9.5.0
|
45 |
-
protobuf==4.24.2
|
46 |
-
pyarrow==13.0.0
|
47 |
-
pyasn1==0.5.0
|
48 |
-
pyasn1-modules==0.3.0
|
49 |
-
pydeck==0.8.0
|
50 |
-
Pygments==2.16.1
|
51 |
-
Pympler==1.0.1
|
52 |
-
pyparsing==3.0.9
|
53 |
-
python-dateutil==2.8.2
|
54 |
-
pytz==2023.3
|
55 |
-
pytz-deprecation-shim==0.1.0.post0
|
56 |
-
referencing==0.30.2
|
57 |
-
regex==2023.8.8
|
58 |
-
requests==2.31.0
|
59 |
-
requests-oauthlib==1.3.1
|
60 |
-
rich==13.5.2
|
61 |
-
rpds-py==0.10.0
|
62 |
-
rsa==4.9
|
63 |
-
scipy==1.11.2
|
64 |
-
six==1.16.0
|
65 |
-
smmap==5.0.0
|
66 |
-
streamlit==1.38.0
|
67 |
-
tenacity==8.2.3
|
68 |
-
tensorboard==2.15.2
|
69 |
-
tensorboard-data-server==0.7.1
|
70 |
-
tensorflow==2.15.0
|
71 |
-
tensorflow-estimator==2.15.0
|
72 |
-
tensorflow-io-gcs-filesystem==0.31.0
|
73 |
-
termcolor==2.3.0
|
74 |
-
toml==0.10.2
|
75 |
-
toolz==0.12.0
|
76 |
-
tornado==6.3.3
|
77 |
-
tqdm==4.66.1
|
78 |
-
typing_extensions==4.5.0
|
79 |
-
tzdata==2023.3
|
80 |
-
tzlocal==4.3.1
|
81 |
-
urllib3==1.26.16
|
82 |
-
validators==0.21.2
|
83 |
-
watchdog==3.0.0
|
84 |
-
Werkzeug==2.3.7
|
85 |
-
wrapt==1.14.1
|
86 |
-
zipp==3.16.2
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
tensorflow
|
4 |
+
Pillow
|
5 |
+
matplotlib
|
6 |
+
tqdm
|
7 |
+
nltk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|