Spaces:
Running
Running
jefffffff9 commited on
Commit ·
c782245
1
Parent(s): dd38e25
Fix: unpin librosa to resolve maliba-ai dependency conflict (needs 0.11.0)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -21,7 +21,7 @@ huggingface-hub==1.9.0
|
|
| 21 |
peft==0.18.1
|
| 22 |
|
| 23 |
# Audio processing
|
| 24 |
-
librosa=
|
| 25 |
soundfile==0.12.1
|
| 26 |
audiomentations==0.43.1
|
| 27 |
|
|
|
|
| 21 |
peft==0.18.1
|
| 22 |
|
| 23 |
# Audio processing
|
| 24 |
+
librosa>=0.10.2
|
| 25 |
soundfile==0.12.1
|
| 26 |
audiomentations==0.43.1
|
| 27 |
|