Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
librosa>=0.10.0
|
@@ -7,7 +7,7 @@ numpy>=1.24.0
|
|
7 |
scipy>=1.10.0
|
8 |
matplotlib>=3.7.0
|
9 |
seaborn>=0.12.0
|
10 |
-
pandas
|
11 |
requests>=2.31.0
|
12 |
Pillow>=10.0.0
|
13 |
transformers>=4.30.0
|
@@ -28,8 +28,7 @@ espnet>=202301
|
|
28 |
parler-tts>=0.1.0
|
29 |
|
30 |
# Additional audio processing
|
31 |
-
librosa
|
32 |
-
soundfile>=0.12.0
|
33 |
audioread>=3.0.0
|
34 |
resampy>=0.4.0
|
35 |
numba>=0.57.0
|
@@ -56,4 +55,4 @@ pathlib2>=2.3.7
|
|
56 |
# pyworld>=0.3.2 # For speech analysis and synthesis
|
57 |
|
58 |
# GPU acceleration (uncomment if using CUDA)
|
59 |
-
# torch-audio-cuda>=2.0.0
|
|
|
1 |
+
Gradio<4.0.0,>=3.0.0 # Changed to allow a wider range below 4.0.0
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
librosa>=0.10.0
|
|
|
7 |
scipy>=1.10.0
|
8 |
matplotlib>=3.7.0
|
9 |
seaborn>=0.12.0
|
10 |
+
pandas==1.5.3 # Fixed to a version compatible with spleeter and gradio
|
11 |
requests>=2.31.0
|
12 |
Pillow>=10.0.0
|
13 |
transformers>=4.30.0
|
|
|
28 |
parler-tts>=0.1.0
|
29 |
|
30 |
# Additional audio processing
|
31 |
+
# librosa and soundfile are already listed above, no need to duplicate
|
|
|
32 |
audioread>=3.0.0
|
33 |
resampy>=0.4.0
|
34 |
numba>=0.57.0
|
|
|
55 |
# pyworld>=0.3.2 # For speech analysis and synthesis
|
56 |
|
57 |
# GPU acceleration (uncomment if using CUDA)
|
58 |
+
# torch-audio-cuda>=2.0.0
|