Eddycrack864 commited on
Commit
de03238
1 Parent(s): a011578

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -19
requirements.txt CHANGED
@@ -1,26 +1,20 @@
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,16 +22,26 @@ pyperclip==1.8.2
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
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  altgraph==0.17.3
2
  audioread==3.0.0
3
+ certifi==2022.12.07
4
  cffi==1.15.1
5
+ cryptography==3.4.6
 
 
 
6
  einops==0.6.0
7
+ future==0.18.3
8
  julius==0.2.7
9
  kthread==0.2.3
10
  librosa==0.9.2
11
+ llvmlite
12
+ matchering==2.0.6
13
+ ml_collections==0.1.1
14
  natsort==8.2.0
 
 
15
  omegaconf==2.2.3
16
  opencv-python==4.6.0.66
 
 
17
  Pillow==9.3.0
 
18
  psutil==5.9.4
19
  pydub==0.25.1
20
  pyglet==1.5.23
 
22
  pyrubberband==0.3.0
23
  pytorch_lightning==2.0.0
24
  PyYAML==6.0
25
+ resampy==0.4.2
26
  scipy==1.9.3
 
27
  soundstretch==1.2
28
+ torch
 
29
  urllib3==1.26.12
30
  wget==3.2
31
  samplerate==0.1.0
32
  screeninfo==0.8.1
33
+ diffq
34
+ playsound
35
+ onnx
36
+ onnxruntime
37
+ 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
+ gradio == 3.19
44
+ tqdm
45
+ soundfile
46
+ argparse
47
+ git+https://github.com/NathanEpstein/Dora