Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -8,7 +8,7 @@ orjson==3.11.4
|
|
| 8 |
tqdm==4.67.1
|
| 9 |
PyYAML==6.0.3
|
| 10 |
einops==0.8.1
|
| 11 |
-
scipy=
|
| 12 |
librosa==0.11.0
|
| 13 |
tiktoken==0.12.0
|
| 14 |
soundfile==0.13.1
|
|
|
|
| 8 |
tqdm==4.67.1
|
| 9 |
PyYAML==6.0.3
|
| 10 |
einops==0.8.1
|
| 11 |
+
scipy>=1.11
|
| 12 |
librosa==0.11.0
|
| 13 |
tiktoken==0.12.0
|
| 14 |
soundfile==0.13.1
|