Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
numpy==1.
|
2 |
-
librosa==0.
|
3 |
-
tensorflow==2.
|
4 |
-
streamlit==1.
|
5 |
-
plotly
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23.5
|
2 |
+
librosa==0.9.2
|
3 |
+
tensorflow==2.10.0
|
4 |
+
streamlit==1.10.0
|
5 |
+
plotly==5.10.0
|
6 |
+
pandas==1.5.0
|
7 |
+
soundfile==0.10.3
|
8 |
+
pydub==0.25.1
|
9 |
+
matplotlib==3.6.0
|