Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
torch==2.0.1
|
2 |
audioread==3.0.0
|
3 |
-
librosa==0.
|
4 |
-
numba==0.43.0
|
5 |
-
llvmlite==0.32.1
|
6 |
onnx==1.14.0
|
7 |
onnxruntime==1.15.0
|
8 |
pydub==0.25.1
|
9 |
soundstretch==1.2
|
10 |
tqdm==4.65.0
|
11 |
Pillow==9.5.0
|
12 |
-
resampy==0.
|
13 |
flask
|
|
|
1 |
torch==2.0.1
|
2 |
audioread==3.0.0
|
3 |
+
librosa==0.10.0.post2
|
|
|
|
|
4 |
onnx==1.14.0
|
5 |
onnxruntime==1.15.0
|
6 |
pydub==0.25.1
|
7 |
soundstretch==1.2
|
8 |
tqdm==4.65.0
|
9 |
Pillow==9.5.0
|
10 |
+
resampy==0.4.2
|
11 |
flask
|