Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +19 -22
requirements.txt
CHANGED
@@ -1,21 +1,26 @@
|
|
1 |
-
git+https://github.com/NathanEpstein/Dora
|
2 |
altgraph==0.17.3
|
3 |
audioread==3.0.0
|
4 |
-
certifi==2022.12.
|
5 |
cffi==1.15.1
|
6 |
-
cryptography
|
|
|
|
|
|
|
7 |
einops==0.6.0
|
8 |
-
future==0.18.
|
9 |
julius==0.2.7
|
10 |
kthread==0.2.3
|
11 |
librosa==0.9.2
|
12 |
-
llvmlite
|
13 |
-
matchering==2.0.6
|
14 |
-
ml_collections==0.1.1
|
15 |
natsort==8.2.0
|
|
|
|
|
16 |
omegaconf==2.2.3
|
17 |
opencv-python==4.6.0.66
|
|
|
|
|
18 |
Pillow==9.3.0
|
|
|
19 |
psutil==5.9.4
|
20 |
pydub==0.25.1
|
21 |
pyglet==1.5.23
|
@@ -23,25 +28,17 @@ pyperclip==1.8.2
|
|
23 |
pyrubberband==0.3.0
|
24 |
pytorch_lightning==2.0.0
|
25 |
PyYAML==6.0
|
26 |
-
resampy==0.
|
27 |
scipy==1.9.3
|
|
|
28 |
soundstretch==1.2
|
29 |
-
torch
|
|
|
30 |
urllib3==1.26.12
|
31 |
wget==3.2
|
32 |
samplerate==0.1.0
|
33 |
screeninfo==0.8.1
|
34 |
-
|
35 |
-
|
36 |
-
onnx
|
37 |
-
onnxruntime
|
38 |
-
onnxruntime-gpu
|
39 |
-
onnx2pytorch
|
40 |
-
SoundFile==0.11.0; sys_platform != 'darwin'
|
41 |
-
PySoundFile==0.9.0.post1; sys_platform == 'darwin'
|
42 |
-
Dora==0.0.3
|
43 |
-
numpy==1.23.5
|
44 |
gradio == 3.19
|
45 |
-
|
46 |
-
soundfile
|
47 |
-
argparse
|
|
|
|
|
1 |
altgraph==0.17.3
|
2 |
audioread==3.0.0
|
3 |
+
certifi==2022.12.7
|
4 |
cffi==1.15.1
|
5 |
+
cryptography
|
6 |
+
diffq==0.2.3
|
7 |
+
argparse
|
8 |
+
git+https://github.com/NathanEpstein/Dora
|
9 |
einops==0.6.0
|
10 |
+
future==0.18.2
|
11 |
julius==0.2.7
|
12 |
kthread==0.2.3
|
13 |
librosa==0.9.2
|
14 |
+
llvmlite==0.39.1
|
|
|
|
|
15 |
natsort==8.2.0
|
16 |
+
numba==0.56.4
|
17 |
+
numpy==1.23.4
|
18 |
omegaconf==2.2.3
|
19 |
opencv-python==4.6.0.66
|
20 |
+
onnx
|
21 |
+
onnxruntime==1.13.1
|
22 |
Pillow==9.3.0
|
23 |
+
playsound==1.3.0
|
24 |
psutil==5.9.4
|
25 |
pydub==0.25.1
|
26 |
pyglet==1.5.23
|
|
|
28 |
pyrubberband==0.3.0
|
29 |
pytorch_lightning==2.0.0
|
30 |
PyYAML==6.0
|
31 |
+
resampy==0.2.2
|
32 |
scipy==1.9.3
|
33 |
+
soundfile
|
34 |
soundstretch==1.2
|
35 |
+
torch==2.0.1
|
36 |
+
tqdm
|
37 |
urllib3==1.26.12
|
38 |
wget==3.2
|
39 |
samplerate==0.1.0
|
40 |
screeninfo==0.8.1
|
41 |
+
PySoundFile==0.9.0.post1; sys_platform != 'windows'
|
42 |
+
SoundFile==0.9.0; sys_platform == 'windows'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
gradio == 3.19
|
44 |
+
onnx2pytorch
|
|
|
|