Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +52 -3
requirements.txt
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
-
altair
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==25.3.0
|
3 |
+
blinker==1.9.0
|
4 |
+
cachetools==6.1.0
|
5 |
+
certifi==2025.7.14
|
6 |
+
charset-normalizer==3.4.2
|
7 |
+
click==8.1.8
|
8 |
+
filelock==3.18.0
|
9 |
+
fsspec==2025.7.0
|
10 |
+
gitdb==4.0.12
|
11 |
+
GitPython==3.1.45
|
12 |
+
hf-xet==1.1.5
|
13 |
+
huggingface-hub==0.34.1
|
14 |
+
idna==3.10
|
15 |
+
Jinja2==3.1.6
|
16 |
+
jsonschema==4.25.0
|
17 |
+
jsonschema-specifications==2025.4.1
|
18 |
+
MarkupSafe==3.0.2
|
19 |
+
mpmath==1.3.0
|
20 |
+
narwhals==1.48.1
|
21 |
+
networkx==3.2.1
|
22 |
+
numpy==2.0.2
|
23 |
+
packaging==25.0
|
24 |
+
pandas==2.3.1
|
25 |
+
pillow==11.3.0
|
26 |
+
protobuf==6.31.1
|
27 |
+
pyarrow==21.0.0
|
28 |
+
pydeck==0.9.1
|
29 |
+
python-dateutil==2.9.0.post0
|
30 |
+
pytz==2025.2
|
31 |
+
PyYAML==6.0.2
|
32 |
+
referencing==0.36.2
|
33 |
+
regex==2024.11.6
|
34 |
+
requests==2.32.4
|
35 |
+
rpds-py==0.26.0
|
36 |
+
safetensors==0.5.3
|
37 |
+
sentencepiece==0.2.0
|
38 |
+
six==1.17.0
|
39 |
+
smmap==5.0.2
|
40 |
+
streamlit==1.47.1
|
41 |
+
sympy==1.14.0
|
42 |
+
tenacity==9.1.2
|
43 |
+
tiktoken==0.9.0
|
44 |
+
tokenizers==0.15.2
|
45 |
+
toml==0.10.2
|
46 |
+
torch==2.7.1
|
47 |
+
tornado==6.5.1
|
48 |
+
tqdm==4.67.1
|
49 |
+
transformers==4.35.2
|
50 |
+
typing_extensions==4.14.1
|
51 |
+
tzdata==2025.2
|
52 |
+
urllib3==2.5.0
|