khalida1wwin
commited on
Commit
·
84c878b
1
Parent(s):
33192bb
Add new files
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytest
|
2 |
+
tensorflow==1.15.2
|
3 |
+
librosa
|
4 |
+
matplotlib
|
5 |
+
numpy==1.17.2
|
6 |
+
scipy==1.3.1
|
7 |
+
sklearn
|