Spaces:
Runtime error
Runtime error
package: add requirements.txt
Browse files- requirements.txt +34 -0
requirements.txt
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohappyeyeballs==2.4.4; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 2 |
+
aiohttp==3.11.11; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 3 |
+
aiosignal==1.3.2; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 4 |
+
async-timeout==5.0.1; python_version >= "3.9" and python_full_version >= "3.9.0" and python_version < "3.11"
|
| 5 |
+
attrs==25.1.0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 6 |
+
certifi==2024.12.14; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 7 |
+
charset-normalizer==3.4.1; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 8 |
+
colorama==0.4.6; python_version >= "3.7" and python_full_version >= "3.9.0" and platform_system == "Windows"
|
| 9 |
+
datasets==3.2.0; python_full_version >= "3.9.0"
|
| 10 |
+
dill==0.3.8; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 11 |
+
evaluate==0.4.3; python_full_version >= "3.8.0"
|
| 12 |
+
filelock==3.17.0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 13 |
+
frozenlist==1.5.0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 14 |
+
fsspec==2024.9.0; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 15 |
+
huggingface-hub==0.28.0; python_full_version >= "3.9.0"
|
| 16 |
+
idna==3.10; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 17 |
+
multidict==6.1.0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 18 |
+
multiprocess==0.70.16; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 19 |
+
numpy==2.2.2
|
| 20 |
+
packaging==24.2; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 21 |
+
pandas==2.2.3; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 22 |
+
propcache==0.2.1; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 23 |
+
pyarrow==19.0.0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 24 |
+
python-dateutil==2.9.0.post0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 25 |
+
pytz==2024.2; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 26 |
+
pyyaml==6.0.2; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 27 |
+
requests==2.32.3; python_version >= "3.8" and python_full_version >= "3.9.0"
|
| 28 |
+
six==1.17.0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 29 |
+
tqdm==4.67.1; python_version >= "3.7" and python_full_version >= "3.9.0"
|
| 30 |
+
typing-extensions==4.12.2; python_version >= "3.9" and python_full_version >= "3.9.0" and python_version < "3.11"
|
| 31 |
+
tzdata==2025.1; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 32 |
+
urllib3==2.3.0; python_version >= "3.9" and python_full_version >= "3.9.0"
|
| 33 |
+
xxhash==3.5.0; python_version >= "3.7" and python_full_version >= "3.9.0"
|
| 34 |
+
yarl==1.18.3; python_version >= "3.9" and python_full_version >= "3.9.0"
|