Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
keras
|
2 |
-
librosa
|
3 |
-
tensorflow-cpu
|
4 |
pydub
|
5 |
scipy
|
|
|
1 |
+
keras==2.13.1
|
2 |
+
librosa==0.10.0.post2
|
3 |
+
tensorflow-cpu==2.13.0
|
4 |
pydub
|
5 |
scipy
|