Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse filesdelete tensorflow requirements
- requirements.txt +102 -106
requirements.txt
CHANGED
@@ -1,106 +1,102 @@
|
|
1 |
-
absl-py==2.1.0
|
2 |
-
aiohappyeyeballs==2.4.6
|
3 |
-
aiohttp==3.11.12
|
4 |
-
aiosignal==1.3.2
|
5 |
-
astunparse==1.6.3
|
6 |
-
attrs==25.1.0
|
7 |
-
blinker==1.9.0
|
8 |
-
CacheControl==0.14.2
|
9 |
-
cachetools==5.5.1
|
10 |
-
certifi==2025.1.31
|
11 |
-
cffi==1.17.1
|
12 |
-
charset-normalizer==2.1.1
|
13 |
-
click==8.1.8
|
14 |
-
colorama==0.4.6
|
15 |
-
cryptography==44.0.1
|
16 |
-
datasets==3.2.0
|
17 |
-
dill==0.3.8
|
18 |
-
filelock==3.17.0
|
19 |
-
firebase-admin==6.6.0
|
20 |
-
Flask==3.1.0
|
21 |
-
Flask-Cors==5.0.0
|
22 |
-
flatbuffers==25.1.24
|
23 |
-
frozenlist==1.5.0
|
24 |
-
fsspec==2024.9.0
|
25 |
-
gast==0.6.0
|
26 |
-
google-api-core==2.24.1
|
27 |
-
google-api-python-client==2.161.0
|
28 |
-
google-auth==2.38.0
|
29 |
-
google-auth-httplib2==0.2.0
|
30 |
-
google-cloud-core==2.4.1
|
31 |
-
google-cloud-firestore==2.20.0
|
32 |
-
google-cloud-storage==3.0.0
|
33 |
-
google-crc32c==1.6.0
|
34 |
-
google-pasta==0.2.0
|
35 |
-
google-resumable-media==2.7.2
|
36 |
-
googleapis-common-protos==1.67.0
|
37 |
-
greenlet==3.1.1
|
38 |
-
grpcio==1.70.0
|
39 |
-
grpcio-status==1.70.0
|
40 |
-
h5py==3.12.1
|
41 |
-
httplib2==0.22.0
|
42 |
-
idna==3.10
|
43 |
-
itsdangerous==2.2.0
|
44 |
-
Jinja2==3.1.5
|
45 |
-
keras==3.8.0
|
46 |
-
libclang==18.1.1
|
47 |
-
Markdown==3.7
|
48 |
-
markdown-it-py==3.0.0
|
49 |
-
MarkupSafe==3.0.2
|
50 |
-
mdurl==0.1.2
|
51 |
-
ml-dtypes==0.4.1
|
52 |
-
mpmath==1.3.0
|
53 |
-
msgpack==1.1.0
|
54 |
-
multidict==6.1.0
|
55 |
-
multiprocess==0.70.16
|
56 |
-
namex==0.0.8
|
57 |
-
networkx==3.4.2
|
58 |
-
numpy==2.0.2
|
59 |
-
opencv-python==4.11.0.86
|
60 |
-
opt_einsum==3.4.0
|
61 |
-
optree==0.14.0
|
62 |
-
packaging==24.2
|
63 |
-
pandas==2.2.3
|
64 |
-
pillow==11.1.0
|
65 |
-
propcache==0.2.1
|
66 |
-
proto-plus==1.26.0
|
67 |
-
protobuf==5.29.3
|
68 |
-
psycopg2-binary==2.9.10
|
69 |
-
pyarrow==19.0.0
|
70 |
-
pyasn1==0.6.1
|
71 |
-
pyasn1_modules==0.4.1
|
72 |
-
pycparser==2.22
|
73 |
-
Pygments==2.19.1
|
74 |
-
PyJWT==2.10.1
|
75 |
-
pyparsing==3.2.1
|
76 |
-
python-dateutil==2.9.0.post0
|
77 |
-
pytz==2025.1
|
78 |
-
PyYAML==6.0.2
|
79 |
-
regex==2024.11.6
|
80 |
-
requests==2.32.3
|
81 |
-
rich==13.9.4
|
82 |
-
rsa==4.9
|
83 |
-
safetensors==0.5.2
|
84 |
-
setuptools==75.8.0
|
85 |
-
six==1.17.0
|
86 |
-
SQLAlchemy==2.0.38
|
87 |
-
sympy==1.13.1
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
wheel==0.45.1
|
104 |
-
wrapt==1.17.2
|
105 |
-
xxhash==3.5.0
|
106 |
-
yarl==1.18.3
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
aiohappyeyeballs==2.4.6
|
3 |
+
aiohttp==3.11.12
|
4 |
+
aiosignal==1.3.2
|
5 |
+
astunparse==1.6.3
|
6 |
+
attrs==25.1.0
|
7 |
+
blinker==1.9.0
|
8 |
+
CacheControl==0.14.2
|
9 |
+
cachetools==5.5.1
|
10 |
+
certifi==2025.1.31
|
11 |
+
cffi==1.17.1
|
12 |
+
charset-normalizer==2.1.1
|
13 |
+
click==8.1.8
|
14 |
+
colorama==0.4.6
|
15 |
+
cryptography==44.0.1
|
16 |
+
datasets==3.2.0
|
17 |
+
dill==0.3.8
|
18 |
+
filelock==3.17.0
|
19 |
+
firebase-admin==6.6.0
|
20 |
+
Flask==3.1.0
|
21 |
+
Flask-Cors==5.0.0
|
22 |
+
flatbuffers==25.1.24
|
23 |
+
frozenlist==1.5.0
|
24 |
+
fsspec==2024.9.0
|
25 |
+
gast==0.6.0
|
26 |
+
google-api-core==2.24.1
|
27 |
+
google-api-python-client==2.161.0
|
28 |
+
google-auth==2.38.0
|
29 |
+
google-auth-httplib2==0.2.0
|
30 |
+
google-cloud-core==2.4.1
|
31 |
+
google-cloud-firestore==2.20.0
|
32 |
+
google-cloud-storage==3.0.0
|
33 |
+
google-crc32c==1.6.0
|
34 |
+
google-pasta==0.2.0
|
35 |
+
google-resumable-media==2.7.2
|
36 |
+
googleapis-common-protos==1.67.0
|
37 |
+
greenlet==3.1.1
|
38 |
+
grpcio==1.70.0
|
39 |
+
grpcio-status==1.70.0
|
40 |
+
h5py==3.12.1
|
41 |
+
httplib2==0.22.0
|
42 |
+
idna==3.10
|
43 |
+
itsdangerous==2.2.0
|
44 |
+
Jinja2==3.1.5
|
45 |
+
keras==3.8.0
|
46 |
+
libclang==18.1.1
|
47 |
+
Markdown==3.7
|
48 |
+
markdown-it-py==3.0.0
|
49 |
+
MarkupSafe==3.0.2
|
50 |
+
mdurl==0.1.2
|
51 |
+
ml-dtypes==0.4.1
|
52 |
+
mpmath==1.3.0
|
53 |
+
msgpack==1.1.0
|
54 |
+
multidict==6.1.0
|
55 |
+
multiprocess==0.70.16
|
56 |
+
namex==0.0.8
|
57 |
+
networkx==3.4.2
|
58 |
+
numpy==2.0.2
|
59 |
+
opencv-python==4.11.0.86
|
60 |
+
opt_einsum==3.4.0
|
61 |
+
optree==0.14.0
|
62 |
+
packaging==24.2
|
63 |
+
pandas==2.2.3
|
64 |
+
pillow==11.1.0
|
65 |
+
propcache==0.2.1
|
66 |
+
proto-plus==1.26.0
|
67 |
+
protobuf==5.29.3
|
68 |
+
psycopg2-binary==2.9.10
|
69 |
+
pyarrow==19.0.0
|
70 |
+
pyasn1==0.6.1
|
71 |
+
pyasn1_modules==0.4.1
|
72 |
+
pycparser==2.22
|
73 |
+
Pygments==2.19.1
|
74 |
+
PyJWT==2.10.1
|
75 |
+
pyparsing==3.2.1
|
76 |
+
python-dateutil==2.9.0.post0
|
77 |
+
pytz==2025.1
|
78 |
+
PyYAML==6.0.2
|
79 |
+
regex==2024.11.6
|
80 |
+
requests==2.32.3
|
81 |
+
rich==13.9.4
|
82 |
+
rsa==4.9
|
83 |
+
safetensors==0.5.2
|
84 |
+
setuptools==75.8.0
|
85 |
+
six==1.17.0
|
86 |
+
SQLAlchemy==2.0.38
|
87 |
+
sympy==1.13.1
|
88 |
+
termcolor==2.5.0
|
89 |
+
tokenizers==0.21.0
|
90 |
+
torch==2.6.0
|
91 |
+
torchvision==0.21.0
|
92 |
+
tqdm==4.67.1
|
93 |
+
transformers==4.48.3
|
94 |
+
typing_extensions==4.12.2
|
95 |
+
tzdata==2025.1
|
96 |
+
uritemplate==4.1.1
|
97 |
+
urllib3==1.26.20
|
98 |
+
Werkzeug==3.1.3
|
99 |
+
wheel==0.45.1
|
100 |
+
wrapt==1.17.2
|
101 |
+
xxhash==3.5.0
|
102 |
+
yarl==1.18.3
|
|
|
|
|
|
|
|