NeoPy commited on
Commit
146d2cf
·
verified ·
1 Parent(s): c760808

Update requirements-py312.txt

Browse files
Files changed (1) hide show
  1. requirements-py312.txt +47 -47
requirements-py312.txt CHANGED
@@ -1,48 +1,48 @@
1
- joblib>=1.1.0
2
- numba
3
- numpy>=1.26.0
4
- scipy
5
- librosa>=0.10.0
6
- llvmlite
7
- fairseq @ git+https://github.com/One-sixth/fairseq.git
8
- faiss-cpu
9
- gradio>=4.23.0
10
- Cython
11
- pydub>=0.25.1
12
- soundfile>=0.12.1
13
- ffmpeg-python>=0.2.0
14
- tensorboardX
15
- Jinja2>=3.1.2
16
- json5
17
- Markdown
18
- matplotlib>=3.8.0
19
- matplotlib-inline>=0.1.3
20
- praat-parselmouth>=0.4.2
21
- Pillow>=9.1.1
22
- resampy>=0.4.2
23
- scikit-learn
24
- tensorboard
25
- tqdm>=4.63.1
26
- tornado>=6.1
27
- Werkzeug>=2.2.3
28
- uc-micro-py>=1.0.1
29
- sympy>=1.11.1
30
- tabulate>=0.8.10
31
- PyYAML>=6.0
32
- pyasn1>=0.4.8
33
- pyasn1-modules>=0.2.8
34
- fsspec>=2022.11.0
35
- absl-py>=1.2.0
36
- audioread
37
- uvicorn>=0.21.1
38
- colorama>=0.4.5
39
- pyworld>=0.3.2
40
- httpx
41
- onnxruntime; sys_platform == 'darwin'
42
- onnxruntime-gpu; sys_platform != 'darwin'
43
- torchcrepe>=0.0.20
44
- fastapi
45
- torchfcpe
46
- ffmpy>=0.3.1
47
- python-dotenv>=1.0.0
48
  av
 
1
+ joblib>=1.1.0
2
+ numba
3
+ numpy>=1.26.0
4
+ scipy
5
+ librosa>=0.10.0
6
+ llvmlite
7
+ fairseq @ git+https://github.com/One-sixth/fairseq.git
8
+ faiss-cpu
9
+ gradio>=4.40.0
10
+ Cython
11
+ pydub>=0.25.1
12
+ soundfile>=0.12.1
13
+ ffmpeg-python>=0.2.0
14
+ tensorboardX
15
+ Jinja2>=3.1.2
16
+ json5
17
+ Markdown
18
+ matplotlib>=3.8.0
19
+ matplotlib-inline>=0.1.3
20
+ praat-parselmouth>=0.4.2
21
+ Pillow>=9.1.1
22
+ resampy>=0.4.2
23
+ scikit-learn
24
+ tensorboard
25
+ tqdm>=4.63.1
26
+ tornado>=6.1
27
+ Werkzeug>=2.2.3
28
+ uc-micro-py>=1.0.1
29
+ sympy>=1.11.1
30
+ tabulate>=0.8.10
31
+ PyYAML>=6.0
32
+ pyasn1>=0.4.8
33
+ pyasn1-modules>=0.2.8
34
+ fsspec>=2022.11.0
35
+ absl-py>=1.2.0
36
+ audioread
37
+ uvicorn>=0.21.1
38
+ colorama>=0.4.5
39
+ pyworld>=0.3.2
40
+ httpx
41
+ onnxruntime; sys_platform == 'darwin'
42
+ onnxruntime-gpu; sys_platform != 'darwin'
43
+ torchcrepe>=0.0.23
44
+ fastapi
45
+ torchfcpe
46
+ ffmpy>=0.3.1
47
+ python-dotenv>=1.0.0
48
  av