Spaces:
Sleeping
Sleeping
Add Torch
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -19,6 +19,8 @@ jsonschema-specifications==2023.12.1
|
|
| 19 |
markdown-it-py==3.0.0
|
| 20 |
MarkupSafe==2.1.5
|
| 21 |
mdurl==0.1.2
|
|
|
|
|
|
|
| 22 |
numpy==1.26.4
|
| 23 |
packaging==24.1
|
| 24 |
pandas==2.2.2
|
|
@@ -40,10 +42,12 @@ six==1.16.0
|
|
| 40 |
smmap==5.0.1
|
| 41 |
soupsieve==2.5
|
| 42 |
streamlit==1.36.0
|
|
|
|
| 43 |
tenacity==8.5.0
|
| 44 |
tokenizers==0.19.1
|
| 45 |
toml==0.10.2
|
| 46 |
toolz==0.12.1
|
|
|
|
| 47 |
tornado==6.4.1
|
| 48 |
tqdm==4.66.4
|
| 49 |
transformers==4.42.3
|
|
|
|
| 19 |
markdown-it-py==3.0.0
|
| 20 |
MarkupSafe==2.1.5
|
| 21 |
mdurl==0.1.2
|
| 22 |
+
mpmath==1.3.0
|
| 23 |
+
networkx==3.3
|
| 24 |
numpy==1.26.4
|
| 25 |
packaging==24.1
|
| 26 |
pandas==2.2.2
|
|
|
|
| 42 |
smmap==5.0.1
|
| 43 |
soupsieve==2.5
|
| 44 |
streamlit==1.36.0
|
| 45 |
+
sympy==1.13.0
|
| 46 |
tenacity==8.5.0
|
| 47 |
tokenizers==0.19.1
|
| 48 |
toml==0.10.2
|
| 49 |
toolz==0.12.1
|
| 50 |
+
torch==2.2.2
|
| 51 |
tornado==6.4.1
|
| 52 |
tqdm==4.66.4
|
| 53 |
transformers==4.42.3
|