Spaces:
Sleeping
Sleeping
Commit ·
abb34b4
1
Parent(s): 773e957
add pydub for Python 3.12 compatibility
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -19,4 +19,5 @@ PyYAML==6.0.2
|
|
| 19 |
SQLAlchemy==2.0.34
|
| 20 |
sentence-transformers==2.7.0
|
| 21 |
huggingface_hub>=0.25.1
|
| 22 |
-
numpy>=1.26.4
|
|
|
|
|
|
| 19 |
SQLAlchemy==2.0.34
|
| 20 |
sentence-transformers==2.7.0
|
| 21 |
huggingface_hub>=0.25.1
|
| 22 |
+
numpy>=1.26.4
|
| 23 |
+
pydub==0.25.1
|