aether-raider commited on
Commit
aa7e5d8
·
1 Parent(s): 84e2ae5

fixing hf space compatiblity issues

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- # Core dependencies
2
- gradio>=4.0.0
3
- datasets>=2.14.0
4
  pandas>=1.5.0
5
- huggingface_hub>=0.17.0
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