Spaces:
Runtime error
Runtime error
aaditkamat
commited on
Commit
•
125ea40
1
Parent(s):
21af8bd
Update dependencies
Browse files- requirements.txt +26 -1
requirements.txt
CHANGED
@@ -1 +1,26 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2024.8.30
|
2 |
+
charset-normalizer==3.4.0
|
3 |
+
filelock==3.16.1
|
4 |
+
fsspec==2024.10.0
|
5 |
+
huggingface-hub==0.26.2
|
6 |
+
idna==3.10
|
7 |
+
Jinja2==3.1.4
|
8 |
+
MarkupSafe==3.0.2
|
9 |
+
mpmath==1.3.0
|
10 |
+
networkx==3.4.2
|
11 |
+
numpy==2.1.3
|
12 |
+
packaging==24.2
|
13 |
+
pillow==11.0.0
|
14 |
+
PyYAML==6.0.2
|
15 |
+
regex==2024.11.6
|
16 |
+
requests==2.32.3
|
17 |
+
safetensors==0.4.5
|
18 |
+
setuptools==75.6.0
|
19 |
+
sympy==1.13.1
|
20 |
+
tokenizers==0.20.3
|
21 |
+
torch==2.5.1
|
22 |
+
torchvision==0.20.1
|
23 |
+
tqdm==4.67.1
|
24 |
+
transformers==4.46.3
|
25 |
+
typing_extensions==4.12.2
|
26 |
+
urllib3==2.2.3
|