Spaces:
Sleeping
Sleeping
João Pedro
commited on
Commit
·
506a3d8
1
Parent(s):
cdeaf4e
update requirements
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -21,7 +21,9 @@ jsonschema-specifications==2024.10.1
|
|
21 |
markdown-it-py==3.0.0
|
22 |
MarkupSafe==3.0.2
|
23 |
mdurl==0.1.2
|
|
|
24 |
narwhals==1.23.0
|
|
|
25 |
numpy==2.2.2
|
26 |
packaging==24.1
|
27 |
pandas==2.2.3
|
@@ -43,12 +45,15 @@ requests==2.32.3
|
|
43 |
rich==13.9.4
|
44 |
rpds-py==0.22.3
|
45 |
safetensors==0.5.2
|
|
|
46 |
six==1.17.0
|
47 |
smmap==5.0.2
|
48 |
streamlit==1.41.1
|
|
|
49 |
tenacity==9.0.0
|
50 |
tokenizers==0.21.0
|
51 |
toml==0.10.2
|
|
|
52 |
tornado==6.4.2
|
53 |
tqdm==4.67.1
|
54 |
transformers==4.48.1
|
|
|
21 |
markdown-it-py==3.0.0
|
22 |
MarkupSafe==3.0.2
|
23 |
mdurl==0.1.2
|
24 |
+
mpmath==1.3.0
|
25 |
narwhals==1.23.0
|
26 |
+
networkx==3.4.2
|
27 |
numpy==2.2.2
|
28 |
packaging==24.1
|
29 |
pandas==2.2.3
|
|
|
45 |
rich==13.9.4
|
46 |
rpds-py==0.22.3
|
47 |
safetensors==0.5.2
|
48 |
+
setuptools==75.8.0
|
49 |
six==1.17.0
|
50 |
smmap==5.0.2
|
51 |
streamlit==1.41.1
|
52 |
+
sympy==1.13.1
|
53 |
tenacity==9.0.0
|
54 |
tokenizers==0.21.0
|
55 |
toml==0.10.2
|
56 |
+
torch==2.5.1
|
57 |
tornado==6.4.2
|
58 |
tqdm==4.67.1
|
59 |
transformers==4.48.1
|