Spaces:
Build error
Build error
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -17,5 +17,6 @@ numpy==1.26.4
|
|
| 17 |
hydra-core==1.3.2
|
| 18 |
pyyaml
|
| 19 |
python-dotenv
|
| 20 |
-
|
|
|
|
| 21 |
audio-separator
|
|
|
|
| 17 |
hydra-core==1.3.2
|
| 18 |
pyyaml
|
| 19 |
python-dotenv
|
| 20 |
+
setuptools>=65.0.0
|
| 21 |
+
matplotlib>=3.7.0
|
| 22 |
audio-separator
|