NeoPy commited on
Commit
55efea1
·
verified ·
1 Parent(s): 109805d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +65 -35
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- numpy==1.23.5 # Ensures compatibility across all dependencies
2
- librosa==0.9.2 # Required by audio-upscaler, compatible with audio-separator
3
-
4
  absl-py==2.1.0
5
- accelerate==0.34.0
6
  aiofiles==23.2.1
7
  aiohappyeyeballs==2.4.0
8
- aiohttp==3.10.5
9
  aiosignal==1.3.1
10
  altair==5.4.1
 
 
 
 
11
  annotated-types==0.7.0
12
  antlr4-python3-runtime==4.9.3
13
  anyio==4.4.0
@@ -27,19 +28,15 @@ bibtexparser==2.0.0b7
27
  bitsandbytes==0.43.3
28
  blinker==1.8.2
29
  cached-property==1.5.2
30
- certifi==2023.7.22
31
  cffi==1.17.0
32
- chardet==5.2.0
33
  charset-normalizer==3.3.2
34
  click==8.1.7
35
- clldutils==3.22.2
36
  cloudpickle==3.0.0
37
  colorama==0.4.6
38
  coloredlogs==15.0.1
39
- colorlog==6.8.2
40
  contextlib2==21.6.0
41
  contourpy==1.3.0
42
- csvw==3.3.0
43
  cycler==0.12.1
44
  Cython==3.0.11
45
  decorator==5.1.1
@@ -47,13 +44,12 @@ demucs==4.0.0
47
  diffq==0.2.4
48
  dlinfo==1.2.1
49
  docker-pycreds==0.4.0
50
- dora_search==0.1.12
51
  edge-tts==6.1.9
52
  efficientnet_pytorch==0.7.1
53
  einops==0.8.0
54
  exceptiongroup==1.2.2
55
- faiss-cpu==1.7.3
56
- fastapi==0.112.2
57
  ffmpeg-python==0.2.0
58
  ffmpy==0.3.1
59
  filelock==3.15.4
@@ -70,7 +66,6 @@ gradio==5.16.0
70
  gradio-client==1.7.0
71
  grpcio==1.66.1
72
  h11==0.14.0
73
- python-multipart==0.0.20
74
  httpcore==1.0.5
75
  httpx==0.27.2
76
  huggingface-hub==0.24.6
@@ -79,7 +74,6 @@ idna==3.8
79
  importlib_metadata==8.4.0
80
  importlib_resources==6.4.4
81
  isodate==0.6.1
82
- safehttpx==0.1.6
83
  itsdangerous==2.2.0
84
  Jinja2==3.1.4
85
  joblib==1.4.2
@@ -88,9 +82,8 @@ jsonschema-specifications==2023.12.1
88
  julius==0.2.7
89
  kiwisolver==1.4.5
90
  lameenc==1.7.0
91
- language-tags==1.2.0
92
  lazy_loader==0.4
93
- libf0==1.0.2
94
  lightning-utilities==0.11.7
95
  llvmlite==0.40.1
96
  local-attention==1.9.14
@@ -98,23 +91,20 @@ lxml==5.3.0
98
  Markdown==3.7
99
  markdown-it-py==3.0.0
100
  MarkupSafe==2.1.5
101
- matplotlib==3.7.2
102
  mdurl==0.1.2
103
  mir_eval==0.7
104
- ml_collections==0.1.1
105
  mpmath==1.3.0
106
  msgpack==1.0.8
107
  multidict==6.0.5
108
- munch==4.0.0
109
- narwhals==1.6.0
110
- networkx==3.2.1
111
  noisereduce==3.0.2
112
- numba==0.57.0
113
- omegaconf==2.2.3
 
114
  onnx==1.16.2
115
  onnx2torch==1.5.15
116
  onnxruntime-gpu==1.19.0
117
- openunmix==1.3.0
118
  orjson==3.10.7
119
  packaging==24.1
120
  pandas==2.2.2
@@ -126,11 +116,7 @@ pillow==10.4.0
126
  platformdirs==4.2.2
127
  pooch==1.8.2
128
  praat-parselmouth==0.4.4
129
- pretrainedmodels==0.7.4
130
- primePy==1.3
131
- prodigyopt==1.0
132
- progressbar==2.5
133
- protobuf==3.20.3
134
  psutil==6.0.0
135
  pycparser==2.22
136
  pydantic==2.8.2
@@ -148,21 +134,65 @@ pytorch-ranger==0.1.1
148
  pytz==2024.1
149
  pyworld==0.3.4
150
  PyYAML==6.0.2
151
- rdflib==7.0.0
152
  referencing==0.35.1
153
  regex==2024.7.24
154
  requests==2.32.0
155
  resampy==0.4.3
156
  retrying==1.3.4
 
 
 
 
 
 
157
  scikit-learn==1.5.1
158
  scipy==1.13.1
159
- torch==2.1.1
160
- torchaudio==2.1.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  torchvision==0.16.1
162
  tqdm==4.66.5
163
- transformers==4.35.2
 
 
 
 
 
 
164
  uvicorn==0.30.6
165
  wandb==0.17.8
 
166
  websockets==11.0.3
167
  Werkzeug==3.0.4
168
- yt-dlp
 
 
 
 
 
1
  absl-py==2.1.0
2
+ accelerate==0.30.0
3
  aiofiles==23.2.1
4
  aiohappyeyeballs==2.4.0
5
+ aiohttp==3.9.5
6
  aiosignal==1.3.1
7
  altair==5.4.1
8
+ safehttpx==0.1.6
9
+ wget==3.2
10
+ ml-collections==1.0.0
11
+ python-multipart==0.0.20
12
  annotated-types==0.7.0
13
  antlr4-python3-runtime==4.9.3
14
  anyio==4.4.0
 
28
  bitsandbytes==0.43.3
29
  blinker==1.8.2
30
  cached-property==1.5.2
31
+ certifi==2024.6.2
32
  cffi==1.17.0
 
33
  charset-normalizer==3.3.2
34
  click==8.1.7
 
35
  cloudpickle==3.0.0
36
  colorama==0.4.6
37
  coloredlogs==15.0.1
 
38
  contextlib2==21.6.0
39
  contourpy==1.3.0
 
40
  cycler==0.12.1
41
  Cython==3.0.11
42
  decorator==5.1.1
 
44
  diffq==0.2.4
45
  dlinfo==1.2.1
46
  docker-pycreds==0.4.0
 
47
  edge-tts==6.1.9
48
  efficientnet_pytorch==0.7.1
49
  einops==0.8.0
50
  exceptiongroup==1.2.2
51
+ faiss-cpu==1.7.4
52
+ fastapi==0.111.0
53
  ffmpeg-python==0.2.0
54
  ffmpy==0.3.1
55
  filelock==3.15.4
 
66
  gradio-client==1.7.0
67
  grpcio==1.66.1
68
  h11==0.14.0
 
69
  httpcore==1.0.5
70
  httpx==0.27.2
71
  huggingface-hub==0.24.6
 
74
  importlib_metadata==8.4.0
75
  importlib_resources==6.4.4
76
  isodate==0.6.1
 
77
  itsdangerous==2.2.0
78
  Jinja2==3.1.4
79
  joblib==1.4.2
 
82
  julius==0.2.7
83
  kiwisolver==1.4.5
84
  lameenc==1.7.0
 
85
  lazy_loader==0.4
86
+ librosa==0.10.2.post1
87
  lightning-utilities==0.11.7
88
  llvmlite==0.40.1
89
  local-attention==1.9.14
 
91
  Markdown==3.7
92
  markdown-it-py==3.0.0
93
  MarkupSafe==2.1.5
94
+ matplotlib==3.8.4
95
  mdurl==0.1.2
96
  mir_eval==0.7
 
97
  mpmath==1.3.0
98
  msgpack==1.0.8
99
  multidict==6.0.5
100
+ networkx==3.3
 
 
101
  noisereduce==3.0.2
102
+ numba==0.57.1
103
+ numpy==1.26.3
104
+ omegaconf==2.3.0
105
  onnx==1.16.2
106
  onnx2torch==1.5.15
107
  onnxruntime-gpu==1.19.0
 
108
  orjson==3.10.7
109
  packaging==24.1
110
  pandas==2.2.2
 
116
  platformdirs==4.2.2
117
  pooch==1.8.2
118
  praat-parselmouth==0.4.4
119
+ protobuf==4.25.3
 
 
 
 
120
  psutil==6.0.0
121
  pycparser==2.22
122
  pydantic==2.8.2
 
134
  pytz==2024.1
135
  pyworld==0.3.4
136
  PyYAML==6.0.2
 
137
  referencing==0.35.1
138
  regex==2024.7.24
139
  requests==2.32.0
140
  resampy==0.4.3
141
  retrying==1.3.4
142
+ rfc3986==1.5.0
143
+ rich==13.8.0
144
+ rotary-embedding-torch==0.6.5
145
+ rpds-py==0.20.0
146
+ safetensors==0.4.4
147
+ samplerate==0.1.0
148
  scikit-learn==1.5.1
149
  scipy==1.13.1
150
+ segmentation-models-pytorch==0.3.3
151
+ segments==2.2.1
152
+ semantic-version==2.10.0
153
+ sentry-sdk==2.13.0
154
+ setproctitle==1.3.3
155
+ six==1.16.0
156
+ smmap==5.0.1
157
+ sniffio==1.3.1
158
+ soundfile==0.12.1
159
+ soupsieve==2.6
160
+ soxr==0.5.0.post1
161
+ spafe==0.3.2
162
+ starlette==0.38.4
163
+ submitit==1.5.1
164
+ sympy==1.13.2
165
+ tabulate==0.9.0
166
+ tensorboard==2.17.1
167
+ tensorboard-data-server==0.7.2
168
+ tensorboardX==2.6.2.2
169
+ threadpoolctl==3.5.0
170
+ timm==0.9.2
171
+ tokenizers==0.15.2
172
+ tomlkit==0.12.0
173
+ torch==2.2.1
174
+ torch-audiomentations==0.11.1
175
+ torch-optimizer==0.1.0
176
+ torch-pitch-shift==1.2.4
177
+ torch-stoi==0.2.1
178
+ torchaudio==2.2.1
179
+ torchcrepe==0.0.23
180
+ torchfcpe==0.0.4
181
+ torchlibrosa==0.1.0
182
+ torchmetrics==0.11.4
183
  torchvision==0.16.1
184
  tqdm==4.66.5
185
+ transformers==4.38.2
186
+ typer==0.12.5
187
+ typing_extensions==4.12.2
188
+ tzdata==2024.1
189
+ Unidecode==1.3.8
190
+ uritemplate==4.1.1
191
+ urllib3==2.2.2
192
  uvicorn==0.30.6
193
  wandb==0.17.8
194
+ wcwidth==0.2.13
195
  websockets==11.0.3
196
  Werkzeug==3.0.4
197
+ yarl==1.9.7
198
+ zipp==3.20.1