Spaces:
Running
Running
jefffffff9 commited on
Commit ·
53efeab
1
Parent(s): c782245
Fix: unpin soundfile and audiomentations to resolve maliba-ai conflicts
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -22,8 +22,8 @@ peft==0.18.1
|
|
| 22 |
|
| 23 |
# Audio processing
|
| 24 |
librosa>=0.10.2
|
| 25 |
-
soundfile=
|
| 26 |
-
audiomentations=
|
| 27 |
|
| 28 |
# Quantization (CPU: installs fine; 4-bit/8-bit requires GPU at runtime)
|
| 29 |
bitsandbytes==0.49.2
|
|
|
|
| 22 |
|
| 23 |
# Audio processing
|
| 24 |
librosa>=0.10.2
|
| 25 |
+
soundfile>=0.12.1
|
| 26 |
+
audiomentations>=0.43.1
|
| 27 |
|
| 28 |
# Quantization (CPU: installs fine; 4-bit/8-bit requires GPU at runtime)
|
| 29 |
bitsandbytes==0.49.2
|