update requirement
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -38,6 +38,9 @@ onnxruntime-gpu
|
|
38 |
onnx2pytorch
|
39 |
SoundFile==0.11.0; sys_platform != 'darwin'
|
40 |
PySoundFile==0.9.0.post1; sys_platform == 'darwin'
|
41 |
-
Dora==0.0.3
|
42 |
numpy==1.23.5
|
43 |
-
adict
|
|
|
|
|
|
|
|
38 |
onnx2pytorch
|
39 |
SoundFile==0.11.0; sys_platform != 'darwin'
|
40 |
PySoundFile==0.9.0.post1; sys_platform == 'darwin'
|
41 |
+
#Dora==0.0.3
|
42 |
numpy==1.23.5
|
43 |
+
adict
|
44 |
+
matplotlib
|
45 |
+
sklearn==0.0.post12
|
46 |
+
click
|