Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -13,7 +13,7 @@ asteroid-filterbanks==0.4.0
|
|
13 |
async-timeout==4.0.3
|
14 |
attrs==24.2.0
|
15 |
audio-separator==0.18.0
|
16 |
-
|
17 |
audiomentations==0.24.0
|
18 |
audioread==3.0.1
|
19 |
auraloss==0.4.0
|
@@ -96,7 +96,7 @@ multidict==6.0.5
|
|
96 |
networkx==3.3
|
97 |
noisereduce==3.0.2
|
98 |
numba==0.57.1
|
99 |
-
numpy==1.
|
100 |
omegaconf==2.3.0
|
101 |
onnx==1.16.2
|
102 |
onnx2torch==1.5.15
|
|
|
13 |
async-timeout==4.0.3
|
14 |
attrs==24.2.0
|
15 |
audio-separator==0.18.0
|
16 |
+
audio-upscaler==0.1.4
|
17 |
audiomentations==0.24.0
|
18 |
audioread==3.0.1
|
19 |
auraloss==0.4.0
|
|
|
96 |
networkx==3.3
|
97 |
noisereduce==3.0.2
|
98 |
numba==0.57.1
|
99 |
+
numpy==1.23.5 # <-- Adjusted for compatibility
|
100 |
omegaconf==2.3.0
|
101 |
onnx==1.16.2
|
102 |
onnx2torch==1.5.15
|