Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -4,14 +4,11 @@ transformers==4.31.0
|
|
4 |
diffusers==0.20.2
|
5 |
accelerate==0.20.3
|
6 |
bitsandbytes>=0.40.0
|
7 |
-
scipy
|
8 |
pydub==0.25.1
|
9 |
TTS==0.14.0
|
10 |
requests==2.31.0
|
11 |
python-dotenv==1.0.0
|
12 |
huggingface_hub>=0.25.1
|
13 |
xformers==0.0.20
|
14 |
-
numpy
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
4 |
diffusers==0.20.2
|
5 |
accelerate==0.20.3
|
6 |
bitsandbytes>=0.40.0
|
7 |
+
scipy>=1.10.1,<=1.11.0 # Ensure compatibility with numpy
|
8 |
pydub==0.25.1
|
9 |
TTS==0.14.0
|
10 |
requests==2.31.0
|
11 |
python-dotenv==1.0.0
|
12 |
huggingface_hub>=0.25.1
|
13 |
xformers==0.0.20
|
14 |
+
numpy>=1.21.0,<1.24.0 # Resolves conflict with numba and librosa
|
|
|
|
|
|