Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -28,6 +28,6 @@ pypdf
|
|
28 |
chromadb
|
29 |
|
30 |
# related to audio
|
31 |
-
librosa
|
32 |
-
soundfile
|
33 |
numpy~=1.26.4
|
|
|
28 |
chromadb
|
29 |
|
30 |
# related to audio
|
31 |
+
librosa==0.10.1
|
32 |
+
soundfile~=0.12.1
|
33 |
numpy~=1.26.4
|