Commit
·
52b11aa
1
Parent(s):
53f698c
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -27,14 +27,14 @@ joblib==0.17.0
|
|
27 |
Keras==2.4.3
|
28 |
Keras-Preprocessing==1.1.2
|
29 |
kiwisolver==1.3.1
|
30 |
-
librosa
|
31 |
llvmlite==0.34.0
|
32 |
Markdown==3.3.3
|
33 |
MarkupSafe==1.1.1
|
34 |
matplotlib==3.3.3
|
35 |
maxminddb==2.0.3
|
36 |
numba==0.51.2
|
37 |
-
numpy
|
38 |
oauthlib==3.1.0
|
39 |
opt-einsum==3.3.0
|
40 |
packaging==20.4
|
@@ -43,7 +43,6 @@ pooch==1.2.0
|
|
43 |
protobuf==3.14.0
|
44 |
pyasn1==0.4.8
|
45 |
pyasn1-modules==0.2.8
|
46 |
-
pyaudio
|
47 |
pycparser==2.20
|
48 |
pyparsing==2.4.7
|
49 |
python-dateutil==2.8.1
|
@@ -71,4 +70,4 @@ wasabi==0.8.0
|
|
71 |
Wave==0.0.2
|
72 |
Werkzeug==1.0.1
|
73 |
wrapt==1.12.1
|
74 |
-
zipp==3.4.0
|
|
|
27 |
Keras==2.4.3
|
28 |
Keras-Preprocessing==1.1.2
|
29 |
kiwisolver==1.3.1
|
30 |
+
librosa==0.8.0
|
31 |
llvmlite==0.34.0
|
32 |
Markdown==3.3.3
|
33 |
MarkupSafe==1.1.1
|
34 |
matplotlib==3.3.3
|
35 |
maxminddb==2.0.3
|
36 |
numba==0.51.2
|
37 |
+
numpy==1.18.5
|
38 |
oauthlib==3.1.0
|
39 |
opt-einsum==3.3.0
|
40 |
packaging==20.4
|
|
|
43 |
protobuf==3.14.0
|
44 |
pyasn1==0.4.8
|
45 |
pyasn1-modules==0.2.8
|
|
|
46 |
pycparser==2.20
|
47 |
pyparsing==2.4.7
|
48 |
python-dateutil==2.8.1
|
|
|
70 |
Wave==0.0.2
|
71 |
Werkzeug==1.0.1
|
72 |
wrapt==1.12.1
|
73 |
+
zipp==3.4.0
|