jayparmr commited on
Commit
0744e8f
·
1 Parent(s): 2f27d2a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -23
requirements.txt CHANGED
@@ -1,46 +1,56 @@
1
  python-dotenv
 
2
  numba==0.56.4
3
  numpy==1.23.5
4
- scipy==1.9.3
5
- librosa==0.9.2
6
  llvmlite==0.39.0
7
  fairseq==0.12.2
8
- faiss-cpu==1.7.0; sys_platform == "darwin"
9
- faiss-cpu==1.7.2; sys_platform != "darwin"
10
- gradio
11
  Cython
12
- future>=0.18.3
13
  pydub>=0.25.1
14
  soundfile>=0.12.1
15
  ffmpeg-python>=0.2.0
16
  tensorboardX
17
- functorch>=2.0.0
18
  Jinja2>=3.1.2
19
- json5>=0.9.11
20
  Markdown
21
- matplotlib>=3.7.1
22
- matplotlib-inline>=0.1.6
23
- praat-parselmouth>=0.4.3
24
  Pillow>=9.1.1
25
- pyworld>=0.3.2
26
  resampy>=0.4.2
27
- scikit-learn>=1.2.2
28
- starlette>=0.26.1
29
  tensorboard
30
- tensorboard-data-server
31
- tensorboard-plugin-wit
32
- torchgen>=0.0.1
33
- tqdm>=4.65.0
34
- tornado>=6.2
35
  Werkzeug>=2.2.3
36
  uc-micro-py>=1.0.1
37
  sympy>=1.11.1
38
- tabulate>=0.9.0
39
  PyYAML>=6.0
40
  pyasn1>=0.4.8
41
  pyasn1-modules>=0.2.8
42
- fsspec>=2023.3.0
43
- absl-py>=1.4.0
44
  audioread
45
  uvicorn>=0.21.1
46
- colorama>=0.4.6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  python-dotenv
2
+ joblib>=1.1.0
3
  numba==0.56.4
4
  numpy==1.23.5
5
+ scipy
6
+ librosa==0.9.1
7
  llvmlite==0.39.0
8
  fairseq==0.12.2
9
+ faiss-cpu==1.7.3
10
+ gradio==3.34.0
 
11
  Cython
 
12
  pydub>=0.25.1
13
  soundfile>=0.12.1
14
  ffmpeg-python>=0.2.0
15
  tensorboardX
 
16
  Jinja2>=3.1.2
17
+ json5
18
  Markdown
19
+ matplotlib>=3.7.0
20
+ matplotlib-inline>=0.1.3
21
+ praat-parselmouth>=0.4.2
22
  Pillow>=9.1.1
 
23
  resampy>=0.4.2
24
+ scikit-learn
 
25
  tensorboard
26
+ tqdm>=4.63.1
27
+ tornado>=6.1
 
 
 
28
  Werkzeug>=2.2.3
29
  uc-micro-py>=1.0.1
30
  sympy>=1.11.1
31
+ tabulate>=0.8.10
32
  PyYAML>=6.0
33
  pyasn1>=0.4.8
34
  pyasn1-modules>=0.2.8
35
+ fsspec>=2022.11.0
36
+ absl-py>=1.2.0
37
  audioread
38
  uvicorn>=0.21.1
39
+ colorama>=0.4.5
40
+ pyworld==0.3.2
41
+ httpx
42
+ onnxruntime; sys_platform == 'darwin'
43
+ onnxruntime-gpu; sys_platform != 'darwin'
44
+ torchcrepe==0.0.20
45
+ fastapi==0.88
46
+ ffmpy==0.3.1
47
+ python-dotenv>=1.0.0
48
+ av
49
+ future>=0.18.3
50
+ functorch>=2.0.0
51
+ scikit-learn>=1.2.2
52
+ starlette>=0.26.1
53
+ tensorboard
54
+ tensorboard-data-server
55
+ tensorboard-plugin-wit
56
+ torchgen>=0.0.1