Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -5,11 +5,12 @@ numpy==1.26.0
|
|
| 5 |
# Audio processing
|
| 6 |
librosa==0.10.1
|
| 7 |
soundfile==0.12.1
|
|
|
|
| 8 |
|
| 9 |
# Machine Learning
|
| 10 |
torch==2.2.1
|
| 11 |
transformers==4.38.2
|
| 12 |
matplotlib==3.8.2
|
| 13 |
|
| 14 |
-
#
|
| 15 |
-
|
|
|
|
| 5 |
# Audio processing
|
| 6 |
librosa==0.10.1
|
| 7 |
soundfile==0.12.1
|
| 8 |
+
pydub==0.25.1
|
| 9 |
|
| 10 |
# Machine Learning
|
| 11 |
torch==2.2.1
|
| 12 |
transformers==4.38.2
|
| 13 |
matplotlib==3.8.2
|
| 14 |
|
| 15 |
+
# File handling
|
| 16 |
+
python-magic==0.4.27
|