aether-raider commited on
Commit
188418c
·
1 Parent(s): 51ec3cf

Simplify requirements for HF Spaces compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,7 +2,7 @@
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
 
2
  gradio>=4.0.0
3
  datasets>=2.14.0
4
  pandas>=1.5.0
5
+ huggingface_hub>=0.17.0,<0.25.0
6
  soundfile>=0.12.1
7
  torchcodec>=0.1.0
8
+ torch>=1.12.0