Azdeen commited on
Commit
a59e10a
·
verified ·
1 Parent(s): b6c0d96

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,9 +1,14 @@
1
 
2
- datasets
3
- regex
4
- librosa
5
- torch
6
- torchaudio
7
- numpy<2
8
-
 
 
 
 
 
9
 
 
1
 
2
+ gradio>=5.0,<7
3
+ pandas>=2.1,<3
4
+ numpy>=1.26,<2
5
+ datasets>=3.0,<5
6
+ librosa>=0.10.2,<0.12
7
+ soundfile>=0.12.1,<0.14
8
+ soxr>=0.3.7,<1
9
+ torch>=2.2
10
+ torchaudio>=2.2
11
+ deepfilternet==0.5.6
12
+ gradio_client>=1.0,<3
13
+ huggingface_hub>=0.27,<2
14