Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
spaces>=0.30.0
|
|
|
|
|
|
|
| 3 |
torch>=2.0.0
|
| 4 |
-
transformers>=4.40.0
|
| 5 |
peft>=0.11.0
|
| 6 |
-
huggingface_hub>=0.24.0
|
| 7 |
hf_transfer>=0.1.6
|
| 8 |
biopython>=1.81
|
| 9 |
pandas>=2.2.0
|
| 10 |
-
numpy>=1.24.0
|
| 11 |
plotly>=5.20.0
|
| 12 |
-
requests>=2.31.0
|
| 13 |
-
audioop-lts; python_version >= "3.13"
|
|
|
|
| 1 |
+
gradio>=5.0.0,<6.0.0
|
| 2 |
spaces>=0.30.0
|
| 3 |
+
huggingface_hub>=0.25,<1.0
|
| 4 |
+
audioop-lts; python_version >= "3.13"
|
| 5 |
torch>=2.0.0
|
| 6 |
+
transformers>=4.40.0,<4.50.0
|
| 7 |
peft>=0.11.0
|
|
|
|
| 8 |
hf_transfer>=0.1.6
|
| 9 |
biopython>=1.81
|
| 10 |
pandas>=2.2.0
|
| 11 |
+
numpy>=1.24.0,<2.0.0
|
| 12 |
plotly>=5.20.0
|
| 13 |
+
requests>=2.31.0
|
|
|