Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +58 -0
requirements.txt
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.6.0
|
2 |
+
altair==5.5.0
|
3 |
+
attrs==25.3.0
|
4 |
+
blinker==1.9.0
|
5 |
+
cachetools==5.5.2
|
6 |
+
certifi==2025.1.31
|
7 |
+
charset-normalizer==3.4.1
|
8 |
+
click==8.1.8
|
9 |
+
filelock==3.18.0
|
10 |
+
fsspec==2025.3.2
|
11 |
+
gitdb==4.0.12
|
12 |
+
GitPython==3.1.44
|
13 |
+
huggingface-hub==0.30.1
|
14 |
+
idna==3.10
|
15 |
+
Jinja2==3.1.6
|
16 |
+
joblib==1.4.2
|
17 |
+
jsonschema==4.23.0
|
18 |
+
jsonschema-specifications==2024.10.1
|
19 |
+
MarkupSafe==3.0.2
|
20 |
+
mpmath==1.3.0
|
21 |
+
narwhals==1.34.0
|
22 |
+
networkx==3.4.2
|
23 |
+
numpy==2.2.4
|
24 |
+
packaging==24.2
|
25 |
+
pandas==2.2.3
|
26 |
+
pillow==11.1.0
|
27 |
+
protobuf==5.29.4
|
28 |
+
psutil==7.0.0
|
29 |
+
pyarrow==19.0.1
|
30 |
+
pydeck==0.9.1
|
31 |
+
python-dateutil==2.9.0.post0
|
32 |
+
pytz==2025.2
|
33 |
+
PyYAML==6.0.2
|
34 |
+
referencing==0.36.2
|
35 |
+
regex==2024.11.6
|
36 |
+
requests==2.32.3
|
37 |
+
rpds-py==0.24.0
|
38 |
+
safetensors==0.5.3
|
39 |
+
scikit-learn==1.6.1
|
40 |
+
scipy==1.15.2
|
41 |
+
sentencepiece==0.2.0
|
42 |
+
setuptools==75.8.0
|
43 |
+
six==1.17.0
|
44 |
+
smmap==5.0.2
|
45 |
+
streamlit==1.44.1
|
46 |
+
sympy==1.13.1
|
47 |
+
tenacity==9.1.2
|
48 |
+
threadpoolctl==3.6.0
|
49 |
+
tokenizers==0.21.1
|
50 |
+
toml==0.10.2
|
51 |
+
torch==2.6.0
|
52 |
+
tornado==6.4.2
|
53 |
+
tqdm==4.67.1
|
54 |
+
transformers==4.51.0
|
55 |
+
typing_extensions==4.13.1
|
56 |
+
tzdata==2025.2
|
57 |
+
urllib3==2.3.0
|
58 |
+
wheel==0.45.1
|