Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -30
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
absl-py==2.1.0
|
2 |
astunparse==1.6.3
|
3 |
blinker==1.8.2
|
4 |
-
cachetools==5.4.0
|
5 |
certifi==2024.7.4
|
6 |
charset-normalizer==3.3.2
|
7 |
click==8.1.7
|
@@ -10,61 +9,46 @@ filelock==3.15.4
|
|
10 |
Flask==3.0.3
|
11 |
flatbuffers==24.3.25
|
12 |
fsspec==2024.6.1
|
13 |
-
gast==0.
|
14 |
-
google-auth==2.32.0
|
15 |
-
google-auth-oauthlib==1.0.0
|
16 |
google-pasta==0.2.0
|
17 |
-
grpcio==1.65.
|
18 |
h5py==3.11.0
|
19 |
huggingface-hub==0.24.5
|
20 |
idna==3.7
|
21 |
-
intel-openmp==2021.4.0
|
22 |
itsdangerous==2.2.0
|
23 |
Jinja2==3.1.4
|
24 |
-
joblib==1.
|
25 |
-
keras==
|
26 |
libclang==18.1.1
|
27 |
Markdown==3.6
|
28 |
markdown-it-py==3.0.0
|
29 |
MarkupSafe==2.1.5
|
30 |
mdurl==0.1.2
|
31 |
-
mkl==2021.4.0
|
32 |
ml-dtypes==0.4.0
|
33 |
-
mpmath==1.3.0
|
34 |
namex==0.0.8
|
35 |
-
networkx==3.3
|
36 |
nltk==3.8.1
|
37 |
-
numpy==1.
|
38 |
-
oauthlib==3.2.2
|
39 |
opt-einsum==3.3.0
|
40 |
optree==0.12.1
|
41 |
packaging==24.1
|
42 |
-
|
43 |
-
protobuf==4.25.3
|
44 |
-
pyasn1==0.6.0
|
45 |
-
pyasn1_modules==0.4.0
|
46 |
Pygments==2.18.0
|
47 |
PyYAML==6.0.1
|
48 |
-
regex==2024.
|
49 |
requests==2.32.3
|
50 |
-
requests-oauthlib==2.0.0
|
51 |
rich==13.7.1
|
52 |
-
rsa==4.9
|
53 |
safetensors==0.4.3
|
54 |
six==1.16.0
|
55 |
-
|
56 |
-
tbb==2021.13.0
|
57 |
-
tensorboard==2.13.0
|
58 |
tensorboard-data-server==0.7.2
|
59 |
-
tensorflow==2.
|
60 |
-
tensorflow-
|
61 |
tensorflow-io-gcs-filesystem==0.31.0
|
62 |
termcolor==2.4.0
|
63 |
tokenizers==0.19.1
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
typing_extensions==4.5.0
|
68 |
urllib3==2.2.2
|
69 |
Werkzeug==3.0.3
|
70 |
-
wrapt==1.16.0
|
|
|
1 |
absl-py==2.1.0
|
2 |
astunparse==1.6.3
|
3 |
blinker==1.8.2
|
|
|
4 |
certifi==2024.7.4
|
5 |
charset-normalizer==3.3.2
|
6 |
click==8.1.7
|
|
|
9 |
Flask==3.0.3
|
10 |
flatbuffers==24.3.25
|
11 |
fsspec==2024.6.1
|
12 |
+
gast==0.6.0
|
|
|
|
|
13 |
google-pasta==0.2.0
|
14 |
+
grpcio==1.65.4
|
15 |
h5py==3.11.0
|
16 |
huggingface-hub==0.24.5
|
17 |
idna==3.7
|
|
|
18 |
itsdangerous==2.2.0
|
19 |
Jinja2==3.1.4
|
20 |
+
joblib==1.4.2
|
21 |
+
keras==3.4.1
|
22 |
libclang==18.1.1
|
23 |
Markdown==3.6
|
24 |
markdown-it-py==3.0.0
|
25 |
MarkupSafe==2.1.5
|
26 |
mdurl==0.1.2
|
|
|
27 |
ml-dtypes==0.4.0
|
|
|
28 |
namex==0.0.8
|
|
|
29 |
nltk==3.8.1
|
30 |
+
numpy==1.26.4
|
|
|
31 |
opt-einsum==3.3.0
|
32 |
optree==0.12.1
|
33 |
packaging==24.1
|
34 |
+
protobuf==4.25.4
|
|
|
|
|
|
|
35 |
Pygments==2.18.0
|
36 |
PyYAML==6.0.1
|
37 |
+
regex==2024.7.24
|
38 |
requests==2.32.3
|
|
|
39 |
rich==13.7.1
|
|
|
40 |
safetensors==0.4.3
|
41 |
six==1.16.0
|
42 |
+
tensorboard==2.17.0
|
|
|
|
|
43 |
tensorboard-data-server==0.7.2
|
44 |
+
tensorflow==2.17.0
|
45 |
+
tensorflow-intel==2.17.0
|
46 |
tensorflow-io-gcs-filesystem==0.31.0
|
47 |
termcolor==2.4.0
|
48 |
tokenizers==0.19.1
|
49 |
+
tqdm==4.66.5
|
50 |
+
transformers==4.43.3
|
51 |
+
typing_extensions==4.12.2
|
|
|
52 |
urllib3==2.2.2
|
53 |
Werkzeug==3.0.3
|
54 |
+
wrapt==1.16.0
|