Spaces:
Runtime error
Runtime error
aether-raider commited on
Commit ·
aa7e5d8
1
Parent(s): 84e2ae5
fixing hf space compatiblity issues
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
# Core dependencies
|
| 2 |
-
gradio
|
| 3 |
-
datasets
|
| 4 |
pandas>=1.5.0
|
| 5 |
-
huggingface_hub
|
| 6 |
-
soundfile>=0.12.1
|
| 7 |
-
torchcodec>=0.1.0
|
| 8 |
-
torch>=1.12.0
|
|
|
|
| 1 |
+
# Core dependencies - pinned for compatibility
|
| 2 |
+
gradio==4.44.0
|
| 3 |
+
datasets==2.14.0
|
| 4 |
pandas>=1.5.0
|
| 5 |
+
huggingface_hub==0.17.3
|
| 6 |
+
soundfile>=0.12.1
|
|
|
|
|
|