NeoPy commited on
Commit
5c55484
·
verified ·
1 Parent(s): 4c1a0d6

Update requirements-py312.txt

Browse files
Files changed (1) hide show
  1. requirements-py312.txt +190 -53
requirements-py312.txt CHANGED
@@ -1,13 +1,69 @@
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
-
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  gradio==4.36.0
12
  gradio_client==1.0.1
13
  grpcio==1.66.1
@@ -15,47 +71,128 @@ h11==0.14.0
15
  httpcore==1.0.5
16
  httpx==0.27.2
17
  huggingface-hub==0.24.6
18
-
19
- Cython
20
- pydub>=0.25.1
21
- soundfile>=0.12.1
22
- ffmpeg-python>=0.2.0
23
- tensorboardX
24
- Jinja2>=3.1.2
25
- json5
26
- Markdown
27
- matplotlib>=3.8.0
28
- matplotlib-inline>=0.1.3
29
- praat-parselmouth>=0.4.2
30
- Pillow>=9.1.1
31
-
32
- resampy>=0.4.2
33
- scikit-learn
34
- tensorboard
35
- tqdm>=4.63.1
36
- tornado>=6.1
37
- Werkzeug>=2.2.3
38
- uc-micro-py>=1.0.1
39
- sympy>=1.11.1
40
- tabulate>=0.8.10
41
- PyYAML>=6.0
42
-
43
- pyasn1>=0.4.8
44
- pyasn1-modules>=0.2.8
45
- fsspec>=2022.11.0
46
- absl-py>=1.2.0
47
- audioread
48
- uvicorn>=0.21.1
49
- colorama>=0.4.5
50
- pyworld>=0.3.2
51
-
52
- onnxruntime; sys_platform == 'darwin'
53
- onnxruntime-gpu; sys_platform != 'darwin'
54
- torchcrepe>=0.0.23
55
- fastapi
56
- torchfcpe
57
- ffmpy>=0.3.1
58
- python-dotenv>=1.0.0
59
- av
60
- yt-dlp
61
- audio-separator[gpu]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
+ fairseq @ git+https://github.com/One-sixth/fairseq.git
3
+ absl-py==2.1.0
4
+ accelerate==0.34.0
5
+ aiofiles==23.2.1
6
+ aiohappyeyeballs==2.4.0
7
+ aiohttp==3.10.5
8
+ aiosignal==1.3.1
9
+ altair==5.4.1
10
+ annotated-types==0.7.0
11
+ antlr4-python3-runtime==4.9.3
12
+ anyio==4.4.0
13
+ asteroid==0.7.0
14
+ asteroid-filterbanks==0.4.0
15
+ async-timeout==4.0.3
16
+ attrs==24.2.0
17
+ audio-separator==0.18.0
18
+ audiomentations==0.31.0
19
+ audioread==3.0.1
20
+ auraloss==0.4.0
21
+ babel==2.16.0
22
+ beartype==0.18.5
23
+ beautifulsoup4==4.12.3
24
+ bibtexparser==2.0.0b7
25
+ bitsandbytes==0.43.3
26
+ blinker==1.8.2
27
+ cached-property==1.5.2
28
+ certifi==2023.7.22
29
+ cffi==1.17.0
30
+ chardet==5.2.0
31
+ charset-normalizer==3.3.2
32
+ click==8.1.7
33
+ clldutils==3.22.2
34
+ cloudpickle==3.0.0
35
+ colorama==0.4.6
36
+ coloredlogs==15.0.1
37
+ colorlog==6.8.2
38
+ contextlib2==21.6.0
39
+ contourpy==1.3.0
40
+ csvw==3.3.0
41
+ cycler==0.12.1
42
+ Cython==3.0.11
43
+ decorator==5.1.1
44
+ demucs==4.0.0
45
+ diffq==0.2.4
46
+ dlinfo==1.2.1
47
+ docker-pycreds==0.4.0
48
+ dora_search==0.1.12
49
+ edge-tts==6.1.9
50
+ efficientnet_pytorch==0.7.1
51
+ einops==0.8.0
52
+ exceptiongroup==1.2.2
53
+ faiss-cpu==1.7.3
54
+ fastapi==0.112.2
55
+ ffmpeg-python==0.2.0
56
+ ffmpy==0.3.1
57
+ filelock==3.15.4
58
+ Flask==3.0.3
59
+ flatbuffers==24.3.25
60
+ fonttools==4.53.1
61
+ frozenlist==1.4.1
62
+ fsspec==2024.6.1
63
+ ftfy==6.2.3
64
+ future==1.0.0
65
+ gitdb==4.0.11
66
+ GitPython==3.1.43
67
  gradio==4.36.0
68
  gradio_client==1.0.1
69
  grpcio==1.66.1
 
71
  httpcore==1.0.5
72
  httpx==0.27.2
73
  huggingface-hub==0.24.6
74
+ humanfriendly==10.0
75
+ idna==3.8
76
+ importlib_metadata==8.4.0
77
+ importlib_resources==6.4.4
78
+ isodate==0.6.1
79
+ itsdangerous==2.2.0
80
+ Jinja2==3.1.4
81
+ joblib==1.4.2
82
+ jsonschema==4.23.0
83
+ jsonschema-specifications==2023.12.1
84
+ julius==0.2.7
85
+ kiwisolver==1.4.5
86
+ lameenc==1.7.0
87
+ language-tags==1.2.0
88
+ lazy_loader==0.4
89
+ libf0==1.0.2
90
+ librosa==0.10.1
91
+ lightning-utilities==0.11.7
92
+ llvmlite==0.40.1
93
+ local-attention==1.9.14
94
+ lxml==5.3.0
95
+ Markdown==3.7
96
+ markdown-it-py==3.0.0
97
+ MarkupSafe==2.1.5
98
+ matplotlib==3.7.2
99
+ mdurl==0.1.2
100
+ mir_eval==0.7
101
+ ml_collections==0.1.1
102
+ mpmath==1.3.0
103
+ msgpack==1.0.8
104
+ multidict==6.0.5
105
+ munch==4.0.0
106
+ narwhals==1.6.0
107
+ networkx==3.2.1
108
+ numba==0.57.0
109
+ numpy==1.23.5
110
+ omegaconf==2.2.3
111
+ onnx==1.16.2
112
+ onnx2torch==1.5.15
113
+ onnxruntime-gpu==1.19.0
114
+ openunmix==1.3.0
115
+ orjson==3.10.7
116
+ packaging==24.1
117
+ pandas==2.2.2
118
+ pb-bss-eval==0.0.2
119
+ pedalboard==0.8.9
120
+ pesq==0.0.4
121
+ phonemizer==3.3.0
122
+ pillow==10.4.0
123
+ platformdirs==4.2.2
124
+ pooch==1.8.2
125
+ praat-parselmouth==0.4.4
126
+ primePy==1.3
127
+ prodigyopt==1.0
128
+ progressbar==2.5
129
+ protobuf==3.20.3
130
+ psutil==6.0.0
131
+ pycparser==2.22
132
+ pydantic==2.8.2
133
+ pydantic_core==2.20.1
134
+ pydub==0.25.1
135
+ Pygments==2.18.0
136
+ pylatexenc==2.10
137
+ pyparsing==3.0.9
138
+ pypresence==4.3.0
139
+ pyreadline3==3.4.1
140
+ pystoi==0.4.1
141
+ pytz==2024.1
142
+ pyworld==0.3.4
143
+ PyYAML==6.0.2
144
+ rdflib==7.0.0
145
+ referencing==0.35.1
146
+ regex==2024.7.24
147
+ requests==2.32.0
148
+ resampy==0.4.3
149
+ retrying==1.3.4
150
+ rfc3986==1.5.0
151
+ rich==13.8.0
152
+ rotary-embedding-torch==0.6.5
153
+ rpds-py==0.20.0
154
+ ruff==0.6.3
155
+ safetensors==0.4.4
156
+ samplerate==0.1.0
157
+ scikit-learn==1.5.1
158
+ scipy==1.13.1
159
+ setproctitle==1.3.3
160
+ shellingham==1.5.4
161
+ six==1.16.0
162
+ smmap==5.0.1
163
+ sniffio==1.3.1
164
+ soundfile==0.12.1
165
+ soupsieve==2.6
166
+ spafe==0.3.2
167
+ starlette==0.38.4
168
+ submitit==1.5.1
169
+ sympy==1.13.2
170
+ tabulate==0.9.0
171
+ threadpoolctl==3.5.0
172
+ timm==0.9.2
173
+ tokenizers==0.15.2
174
+ tomlkit==0.12.0
175
+ torch==2.1.1
176
+ torchaudio==2.1.1
177
+ torchcrepe==0.0.23
178
+ torchfcpe==0.0.4
179
+ torchseg==0.0.1a1
180
+ torchvision==0.16.1
181
+ tqdm==4.66.5
182
+ transformers==4.35.2
183
+ treetable==0.2.5
184
+ typer==0.12.5
185
+ typing_extensions==4.12.2
186
+ tzdata==2024.1
187
+ Unidecode==1.3.8
188
+ uritemplate==4.1.1
189
+ urllib3==2.2.2
190
+ uvicorn==0.30.6
191
+ wandb==0.17.8
192
+ wcwidth==0.2.13
193
+ websockets==11.0.3
194
+ Werkzeug==3.0.4
195
+ wget==3.2
196
+ yarl==1.9.7
197
+ zipp==3.20.1
198
+ yt-dlp