Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,6 @@ auraloss==0.3.0
|
|
2 |
einops==0.6.0
|
3 |
librosa==0.9.2
|
4 |
matplotlib==3.5.3
|
5 |
-
numpy==1.21.0
|
6 |
onnxruntime==1.13.1
|
7 |
pandas==1.5.3
|
8 |
pydtmc==7.0.0
|
@@ -17,4 +16,5 @@ onnx==1.13.0
|
|
17 |
torchaudio==0.13.1
|
18 |
cython
|
19 |
pesq
|
|
|
20 |
altair<5
|
|
|
2 |
einops==0.6.0
|
3 |
librosa==0.9.2
|
4 |
matplotlib==3.5.3
|
|
|
5 |
onnxruntime==1.13.1
|
6 |
pandas==1.5.3
|
7 |
pydtmc==7.0.0
|
|
|
16 |
torchaudio==0.13.1
|
17 |
cython
|
18 |
pesq
|
19 |
+
numpy
|
20 |
altair<5
|