sivakorn-su commited on
Commit
e0e0fe8
·
1 Parent(s): 57f57e6

fix dependencies

Browse files
Files changed (2) hide show
  1. Dockerfile +7 -3
  2. requirements.txt +22 -841
Dockerfile CHANGED
@@ -11,9 +11,13 @@ RUN apt-get update && apt-get install -y \
11
  COPY requirements.txt .
12
 
13
  # Install Python dependencies
14
- RUN pip install --upgrade pip && \
15
- pip install --no-cache-dir -r requirements.txt && \
16
- pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
 
 
 
 
17
 
18
  # Copy source code
19
  COPY . /app
 
11
  COPY requirements.txt .
12
 
13
  # Install Python dependencies
14
+ RUN pip install --upgrade pip
15
+
16
+ # Install requirements with verbose output for debugging
17
+ RUN pip install --no-cache-dir -r requirements.txt --verbose
18
+
19
+ # Install PyTorch with CUDA support
20
+ RUN pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
21
 
22
  # Copy source code
23
  COPY . /app
requirements.txt CHANGED
@@ -1,843 +1,24 @@
1
- absl-py==1.4.0
2
- accelerate==1.5.2
3
- aiofiles==22.1.0
4
- aiohappyeyeballs==2.6.1
5
- aiohttp==3.11.18
6
- aiosignal==1.3.2
7
- aiosqlite==0.21.0
8
- alabaster==1.0.0
9
- albucore==0.0.23
10
- albumentations==2.0.5
11
- ale-py==0.10.2
12
- alembic==1.15.2
13
- altair==5.5.0
14
- annotated-types==0.7.0
15
- annoy==1.17.3
16
- ansicolors==1.1.8
17
- antlr4-python3-runtime==4.9.3
18
- anyio==4.9.0
19
- argon2-cffi==23.1.0
20
- argon2-cffi-bindings==21.2.0
21
- args==0.1.0
22
- array_record==0.7.1
23
- arrow==1.3.0
24
- arviz==0.21.0
25
- asteroid-filterbanks==0.4.0
26
- astropy==7.0.1
27
- astropy-iers-data==0.2025.3.31.0.36.18
28
- asttokens==3.0.0
29
- astunparse==1.6.3
30
- atpublic==5.1
31
- attrs==25.3.0
32
- audioread==3.0.1
33
- autograd==1.7.0
34
- babel==2.17.0
35
- backcall==0.2.0
36
- bayesian-optimization==2.0.3
37
- beartype==0.20.2
38
- beautifulsoup4==4.13.3
39
- betterproto==2.0.0b6
40
- bigframes==1.42.0
41
- bigquery-magics==0.9.0
42
- bleach==6.2.0
43
- blinker==1.9.0
44
- blis==1.2.1
45
- blobfile==3.0.0
46
- blosc2==3.2.1
47
- bokeh==3.6.3
48
- Boruta==0.4.3
49
- boto3==1.38.11
50
- botocore==1.38.11
51
- Bottleneck==1.4.2
52
- -e git+https://github.com/SohierDane/BigQuery_Helper@8615a7f6c1663e7f2d48aa2b32c2dbcb600a440f#egg=bq_helper
53
- bqplot==0.12.44
54
- branca==0.8.1
55
- CacheControl==0.14.2
56
- cachetools==5.5.2
57
- Cartopy==0.24.1
58
- catalogue==2.0.10
59
- catboost==1.2.8
60
- category_encoders==2.7.0
61
- certifi==2025.4.26
62
- cesium==0.12.4
63
- cffi==1.17.1
64
- chardet==5.2.0
65
- charset-normalizer==3.4.2
66
- Chessnut==0.4.1
67
- chex==0.1.89
68
- clarabel==0.10.0
69
- click==8.1.8
70
- click-plugins==1.1.1
71
- cligj==0.7.2
72
- clint==0.5.1
73
- cloudpathlib==0.21.0
74
- cloudpickle==3.1.1
75
- cmake==3.31.6
76
- cmdstanpy==1.2.5
77
- colorama==0.4.6
78
- colorcet==3.1.0
79
- colorlog==6.9.0
80
- colorlover==0.3.0
81
- colour==0.1.5
82
- comm==0.2.2
83
- community==1.0.0b1
84
- confection==0.1.5
85
- cons==0.4.6
86
- contourpy==1.3.1
87
- coverage==7.8.0
88
- cramjam==2.9.1
89
- cryptography==44.0.3
90
- cuda-bindings==12.9.0
91
- cuda-python==12.9.0
92
- cudf-cu12==25.2.2
93
- cudf-polars-cu12==25.2.2
94
- cufflinks==0.17.3
95
- cuml-cu12==25.2.1
96
- cupy-cuda12x==13.4.1
97
- cuvs-cu12==25.2.1
98
- cvxopt==1.3.2
99
- cvxpy==1.6.4
100
- cycler==0.12.1
101
- cyipopt==1.5.0
102
- cymem==2.0.11
103
- Cython==3.0.12
104
- cytoolz==1.0.1
105
- daal==2025.5.0
106
- dacite==1.9.2
107
- dask==2024.12.1
108
- dask-cuda==25.2.0
109
- dask-cudf-cu12==25.2.2
110
- dask-expr==1.1.21
111
- dataclasses-json==0.6.7
112
- datascience==0.17.6
113
- datasets==3.6.0
114
- db-dtypes==1.4.2
115
- dbus-python==1.2.18
116
- deap==1.4.3
117
- debugpy==1.8.0
118
- decorator==4.4.2
119
- deepdiff==8.4.2
120
- defusedxml==0.7.1
121
- Deprecated==1.2.18
122
- diffusers==0.32.2
123
- dill==0.3.8
124
- dipy==1.11.0
125
- distributed==2024.12.1
126
- distributed-ucxx-cu12==0.42.0
127
- distro==1.9.0
128
- dlib==19.24.6
129
- dm-tree==0.1.9
130
- dnspython==2.7.0
131
- docker==7.1.0
132
- docker-pycreds==0.4.0
133
- docopt==0.6.2
134
- docstring-to-markdown==0.17
135
- docstring_parser==0.16
136
- docutils==0.21.2
137
- dopamine_rl==4.1.2
138
- duckdb==1.2.1
139
- earthengine-api==1.5.9
140
- easydict==1.13
141
- easyocr==1.7.2
142
- editdistance==0.8.1
143
- eerepr==0.1.1
144
- einops==0.8.1
145
- eli5==0.13.0
146
- email_validator==2.2.0
147
- emoji==2.14.1
148
- en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl#sha256=1932429db727d4bff3deed6b34cfc05df17794f4a52eeb26cf8928f7c1a0fb85
149
- entrypoints==0.4
150
- et_xmlfile==2.0.0
151
- etils==1.12.2
152
- etuples==0.3.9
153
- eval_type_backport==0.2.2
154
- execnb==0.1.14
155
- Farama-Notifications==0.0.4
156
- fastai==2.7.19
157
- fastapi==0.115.13
158
- fastcore==1.7.29
159
- fastdownload==0.0.7
160
- fastjsonschema==2.21.1
161
- fastprogress==1.0.3
162
- fastrlock==0.8.3
163
- fasttext==0.9.3
164
- featuretools==1.31.0
165
- filelock==3.18.0
166
- fiona==1.10.1
167
- firebase-admin==6.7.0
168
- Flask==3.1.0
169
- flatbuffers==25.2.10
170
- flax==0.10.5
171
- folium==0.19.5
172
- fonttools==4.57.0
173
- fqdn==1.5.1
174
- frozendict==2.4.6
175
- frozenlist==1.6.0
176
- fsspec==2025.3.2
177
- funcy==2.0
178
- fury==0.12.0
179
- future==1.0.0
180
- fuzzywuzzy==0.18.0
181
- gast==0.6.0
182
- gatspy==0.3
183
- gcsfs==2025.3.2
184
- GDAL==3.6.4
185
- gdown==5.2.0
186
- geemap==0.35.3
187
- gensim==4.3.3
188
- geocoder==1.38.1
189
- geographiclib==2.0
190
- geojson==3.2.0
191
- geopandas==0.14.4
192
- geopy==2.4.1
193
- ghapi==1.0.6
194
- gin-config==0.5.0
195
- gitdb==4.0.12
196
- GitPython==3.1.44
197
- glob2==0.7
198
- google==2.0.3
199
- google-ai-generativelanguage==0.6.15
200
- google-api-core==1.34.1
201
- google-api-python-client==2.164.0
202
- google-auth==2.40.1
203
- google-auth-httplib2==0.2.0
204
- google-auth-oauthlib==1.2.1
205
- google-cloud-aiplatform==1.87.0
206
- google-cloud-automl==1.0.1
207
- google-cloud-bigquery==3.25.0
208
- google-cloud-bigquery-connection==1.18.2
209
- google-cloud-bigtable==2.30.0
210
- google-cloud-core==2.4.3
211
- google-cloud-dataproc==5.18.1
212
- google-cloud-datastore==2.20.2
213
- google-cloud-firestore==2.20.1
214
- google-cloud-functions==1.20.2
215
- google-cloud-iam==2.18.3
216
- google-cloud-language==2.17.1
217
- google-cloud-pubsub==2.29.0
218
- google-cloud-resource-manager==1.14.2
219
- google-cloud-spanner==3.53.0
220
- google-cloud-storage==2.19.0
221
- google-cloud-translate==3.12.1
222
- google-cloud-videointelligence==2.16.1
223
- google-cloud-vision==3.10.1
224
- google-crc32c==1.7.1
225
- google-genai==1.9.0
226
- google-generativeai==0.8.4
227
- google-pasta==0.2.0
228
- google-resumable-media==2.7.2
229
- google-spark-connect==0.5.2
230
- googleapis-common-protos==1.70.0
231
- googledrivedownloader==1.1.0
232
- gpxpy==1.6.2
233
- graphviz==0.20.3
234
- greenlet==3.1.1
235
- grpc-google-iam-v1==0.14.2
236
- grpc-interceptor==0.15.4
237
- grpcio==1.72.0rc1
238
- grpcio-status==1.49.0rc1
239
- grpclib==0.4.8
240
- gspread==6.2.0
241
- gspread-dataframe==4.0.0
242
- gym==0.25.2
243
- gym-notices==0.0.8
244
- gymnasium==0.29.0
245
- h11==0.14.0
246
- h2==4.2.0
247
- h2o==3.46.0.7
248
- h5netcdf==1.6.1
249
- h5py==3.13.0
250
- haversine==2.9.0
251
- hdbscan==0.8.40
252
- hep_ml==0.7.3
253
- hf-xet==1.1.0
254
- hf_transfer==0.1.9
255
- highspy==1.9.0
256
- holidays==0.69
257
- holoviews==1.20.2
258
- hpack==4.1.0
259
- html5lib==1.1
260
- htmlmin==0.1.12
261
- httpcore==1.0.7
262
- httpimport==1.4.1
263
- httplib2==0.22.0
264
- httpx==0.28.1
265
- huggingface-hub==0.31.1
266
- humanize==4.12.2
267
- hyperframe==6.1.0
268
- hyperopt==0.2.7
269
- HyperPyYAML==1.2.2
270
- ibis-framework==9.5.0
271
- id==1.5.0
272
- idna==3.10
273
- igraph==0.11.8
274
- ImageHash==4.3.1
275
- imageio==2.37.0
276
- imageio-ffmpeg==0.6.0
277
- imagesize==1.4.1
278
- imbalanced-learn==0.13.0
279
- immutabledict==4.2.1
280
- importlib_metadata==8.7.0
281
- importlib_resources==6.5.2
282
- imutils==0.5.4
283
- in-toto-attestation==0.9.3
284
- inflect==7.5.0
285
- iniconfig==2.1.0
286
- intel-cmplr-lib-rt==2024.2.0
287
- intel-cmplr-lib-ur==2024.2.0
288
- intel-openmp==2024.2.0
289
- ipyevents==2.0.2
290
- ipyfilechooser==0.6.0
291
- ipyleaflet==0.19.2
292
- ipympl==0.9.7
293
- ipyparallel==8.8.0
294
- ipython==7.34.0
295
- ipython-genutils==0.2.0
296
- ipython-sql==0.5.0
297
- ipytree==0.2.2
298
- ipywidgets==8.1.5
299
- isoduration==20.11.0
300
- isoweek==1.3.3
301
- itsdangerous==2.2.0
302
- Janome==0.5.0
303
- jax==0.5.2
304
- jax-cuda12-pjrt==0.5.1
305
- jax-cuda12-plugin==0.5.1
306
- jaxlib==0.5.1
307
- jedi==0.19.2
308
- jeepney==0.7.1
309
- jellyfish==1.1.0
310
- jieba==0.42.1
311
- Jinja2==3.1.6
312
- jiter==0.9.0
313
- jmespath==1.0.1
314
- joblib==1.5.0
315
- json5==0.12.0
316
- jsonpatch==1.33
317
- jsonpickle==4.0.5
318
- jsonpointer==3.0.0
319
- jsonschema==4.23.0
320
- jsonschema-specifications==2024.10.1
321
- julius==0.2.7
322
- keras==3.8.0
323
- keras-core==0.1.7
324
- keras-cv==0.9.0
325
- keras-hub==0.18.1
326
- keras-nlp==0.18.1
327
- keras-tuner==1.4.7
328
- keyring==23.5.0
329
- kiwisolver==1.4.8
330
- kornia==0.8.1
331
- kornia_rs==0.1.9
332
- kt-legacy==1.0.5
333
- langchain==0.3.22
334
- langchain-core==0.3.50
335
- langchain-text-splitters==0.3.7
336
- langcodes==3.5.0
337
- langid==1.1.6
338
- langsmith==0.3.23
339
- language_data==1.3.0
340
- launchpadlib==1.10.16
341
- lazr.restfulclient==0.14.4
342
- lazr.uri==1.0.6
343
- lazy_loader==0.4
344
- learntools @ git+https://github.com/Kaggle/learntools@9188cafa2795c2cb720981631280853a7e55649c
345
- libclang==18.1.1
346
- libcudf-cu12==25.2.2
347
- libcugraph-cu12==25.2.0
348
- libcuml-cu12==25.2.1
349
- libcuvs-cu12==25.2.1
350
- libkvikio-cu12==25.2.1
351
- libpysal==4.9.2
352
- libraft-cu12==25.2.0
353
- librosa==0.11.0
354
- libucx-cu12==1.18.1
355
- libucxx-cu12==0.42.0
356
- lightgbm @ file:///tmp/lightgbm/lightgbm-4.6.0-py3-none-linux_x86_64.whl
357
- lightning==2.5.1.post0
358
- lightning-utilities==0.14.3
359
- lime==0.2.0.1
360
- line_profiler==4.2.0
361
- linkify-it-py==2.0.3
362
- llvmlite==0.43.0
363
- lml==0.2.0
364
- locket==1.0.0
365
- logical-unification==0.4.6
366
- lxml==5.3.1
367
- Mako==1.3.10
368
- mamba==0.11.3
369
- marisa-trie==1.2.1
370
- Markdown==3.7
371
- markdown-it-py==3.0.0
372
- MarkupSafe==3.0.2
373
- marshmallow==3.26.1
374
- matplotlib==3.7.2
375
- matplotlib-inline==0.1.7
376
- matplotlib-venn==1.1.2
377
- mdit-py-plugins==0.4.2
378
- mdurl==0.1.2
379
- miniKanren==1.0.3
380
- missingno==0.5.2
381
- mistune==0.8.4
382
- mizani==0.13.2
383
- mkl==2025.1.0
384
- mkl-fft==1.3.8
385
- mkl-random==1.2.4
386
- mkl-service==2.4.1
387
- mkl-umath==0.1.1
388
- ml-dtypes==0.4.1
389
- mlcrate==0.2.0
390
- mlxtend==0.23.4
391
- mne==1.9.0
392
- model-signing==1.0.1
393
- more-itertools==10.6.0
394
  moviepy==1.0.3
395
- mpld3==0.5.10
396
- mpmath==1.3.0
397
- msgpack==1.1.0
398
- multidict==6.4.3
399
- multimethod==1.12
400
- multipledispatch==1.0.0
401
- multiprocess==0.70.16
402
- multitasking==0.0.11
403
- murmurhash==1.0.12
404
- music21==9.3.0
405
- mypy_extensions==1.1.0
406
- namex==0.0.8
407
- narwhals==1.33.0
408
- natsort==8.4.0
409
- nbclassic==1.2.0
410
- nbclient==0.5.13
411
- nbconvert==6.4.5
412
- nbdev==2.3.36
413
- nbformat==5.10.4
414
- ndindex==1.9.2
415
- nest-asyncio==1.6.0
416
- networkx==3.4.2
417
- nibabel==5.3.2
418
- nilearn==0.10.4
419
- ninja==1.11.1.4
420
- nltk==3.9.1
421
- notebook==6.5.4
422
- notebook_shim==0.2.4
423
- numba==0.60.0
424
- numba-cuda==0.2.0
425
- numexpr==2.10.2
426
- numpy==1.26.4
427
- nvidia-cublas-cu12==12.4.5.8
428
- nvidia-cuda-cupti-cu12==12.4.127
429
- nvidia-cuda-nvcc-cu12==12.5.82
430
- nvidia-cuda-nvrtc-cu12==12.4.127
431
- nvidia-cuda-runtime-cu12==12.4.127
432
- nvidia-cudnn-cu12==9.1.0.70
433
- nvidia-cufft-cu12==11.2.1.3
434
- nvidia-curand-cu12==10.3.5.147
435
- nvidia-cusolver-cu12==11.6.1.9
436
- nvidia-cusparse-cu12==12.3.1.170
437
- nvidia-cusparselt-cu12==0.6.2
438
- nvidia-ml-py==12.575.51
439
- nvidia-nccl-cu12==2.21.5
440
- nvidia-nvcomp-cu12==4.2.0.11
441
- nvidia-nvjitlink-cu12==12.4.127
442
- nvidia-nvtx-cu12==12.4.127
443
- nvtx==0.2.11
444
- nx-cugraph-cu12 @ https://pypi.nvidia.com/nx-cugraph-cu12/nx_cugraph_cu12-25.2.0-py3-none-any.whl
445
- oauth2client==4.1.3
446
- oauthlib==3.2.2
447
- odfpy==1.4.1
448
- olefile==0.47
449
- omegaconf==2.3.0
450
- onnx==1.17.0
451
- openai==1.70.0
452
- openai-whisper==20240930
453
- opencv-contrib-python==4.11.0.86
454
- opencv-python==4.11.0.86
455
- opencv-python-headless==4.11.0.86
456
- openpyxl==3.1.5
457
- openslide-bin==4.0.0.8
458
- openslide-python==1.4.2
459
- opentelemetry-api==1.31.1
460
- opentelemetry-sdk==1.31.1
461
- opentelemetry-semantic-conventions==0.52b1
462
- opt_einsum==3.4.0
463
- optax==0.2.4
464
- optree==0.14.1
465
- optuna==4.3.0
466
- orbax-checkpoint==0.11.10
467
- orderly-set==5.4.1
468
- orjson==3.10.16
469
- osqp==1.0.3
470
- overrides==7.7.0
471
- packaging==24.2
472
- pandas==2.2.3
473
- pandas-datareader==0.10.0
474
- pandas-gbq==0.28.0
475
- pandas-profiling==3.6.6
476
- pandas-stubs==2.2.2.240909
477
- pandasql==0.7.3
478
- pandocfilters==1.5.1
479
- panel==1.6.2
480
- papermill==2.6.0
481
- param==2.2.0
482
- parso==0.8.4
483
- parsy==2.1
484
- partd==1.4.2
485
- path==17.1.0
486
- path.py==12.5.0
487
- pathlib==1.0.1
488
- pathos==0.3.2
489
- patsy==1.0.1
490
- pdf2image==1.17.0
491
- peewee==3.17.9
492
- peft==0.14.0
493
- pettingzoo==1.24.0
494
- pexpect==4.9.0
495
- phik==0.12.4
496
- pickleshare==0.7.5
497
- pillow==11.1.0
498
- platformdirs==4.3.8
499
- plotly==5.24.1
500
- plotly-express==0.4.1
501
- plotnine==0.14.5
502
- pluggy==1.5.0
503
- plum-dispatch==2.5.7
504
- ply==3.11
505
- polars==1.21.0
506
- pooch==1.8.2
507
- portpicker==1.5.2
508
- pox==0.3.6
509
- ppft==1.7.7
510
- preprocessing==0.1.13
511
- preshed==3.0.9
512
- prettytable==3.16.0
513
- primePy==1.3
514
- proglog==0.1.11
515
- progressbar2==4.5.0
516
- prometheus_client==0.21.1
517
- promise==2.3
518
- prompt_toolkit==3.0.50
519
- propcache==0.3.1
520
- prophet==1.1.6
521
- proto-plus==1.26.1
522
- protobuf==3.20.3
523
- psutil==7.0.0
524
- psycopg2==2.9.10
525
- ptyprocess==0.7.0
526
- pudb==2025.1
527
- puremagic==1.29
528
- py-cpuinfo==9.0.0
529
- py4j==0.10.9.7
530
- pyaml==25.1.0
531
- pyannote.audio==3.3.2
532
- pyannote.core==5.0.0
533
- pyannote.database==5.1.3
534
- pyannote.metrics==3.2.1
535
- pyannote.pipeline==3.0.1
536
- PyArabic==0.6.15
537
- pyarrow==19.0.1
538
- pyasn1==0.6.1
539
- pyasn1_modules==0.4.2
540
- pybind11==2.13.6
541
- pycairo==1.27.0
542
- pyclipper==1.3.0.post6
543
- pycocotools==2.0.8
544
- pycparser==2.22
545
- pycryptodome==3.22.0
546
- pycryptodomex==3.22.0
547
- pycuda==2025.1
548
- pydantic==2.11.4
549
- pydantic_core==2.33.2
550
- pydata-google-auth==1.9.1
551
- pydegensac==0.1.2
552
- pydicom==3.0.1
553
- pydot==3.0.4
554
- pydotplus==2.0.2
555
- PyDrive==1.3.1
556
- PyDrive2==1.21.3
557
  pydub==0.25.1
558
- pyemd==1.0.0
559
- pyerfa==2.0.1.5
560
- pyexcel-io==0.6.7
561
- pyexcel-ods==0.6.0
562
- pygame==2.6.1
563
- pygit2==1.17.0
564
- pygltflib==1.16.4
565
- Pygments==2.19.1
566
- PyGObject==3.42.0
567
- PyJWT==2.10.1
568
- pyLDAvis==3.4.1
569
- pylibcudf-cu12==25.2.2
570
- pylibcugraph-cu12==25.2.0
571
- pylibraft-cu12==25.2.0
572
- pymc==5.21.2
573
- pymc3==3.11.4
574
- pymongo==4.12.1
575
- Pympler==1.1
576
- pymystem3==0.2.0
577
- pyngrok==7.2.11
578
- pynndescent==0.5.13
579
- pynvjitlink-cu12==0.5.2
580
- pynvml==12.0.0
581
- pyogrio==0.10.0
582
- Pyomo==6.8.2
583
- PyOpenGL==3.1.9
584
- pyOpenSSL==25.0.0
585
- pyparsing==3.0.9
586
- pypdf==5.4.0
587
- pyperclip==1.9.0
588
- pyproj==3.7.1
589
- pyshp==2.3.1
590
- PySocks==1.7.1
591
- pyspark==3.5.5
592
- pytensor==2.30.2
593
- pytesseract==0.3.13
594
- pytest==8.3.5
595
- python-apt==0.0.0
596
- python-bidi==0.6.6
597
- python-box==7.3.2
598
- python-dateutil==2.9.0.post0
599
- python-json-logger==3.3.0
600
- python-louvain==0.16
601
- python-lsp-jsonrpc==1.1.2
602
- python-lsp-server==1.12.2
603
- python-multipart==0.0.20
604
- python-slugify==8.0.4
605
- python-snappy==0.7.3
606
- python-utils==3.9.1
607
- pytools==2025.1.3
608
- pytorch-ignite==0.5.2
609
- pytorch-lightning==2.5.1.post0
610
- pytorch-metric-learning==2.8.1
611
- pytz==2025.2
612
- PyUpSet==0.1.1.post7
613
- pyviz_comms==3.0.4
614
- PyWavelets==1.8.0
615
- PyYAML==6.0.2
616
- pyzmq==24.0.1
617
- qgrid==1.3.1
618
- qtconsole==5.6.1
619
- QtPy==2.4.3
620
- raft-dask-cu12==25.2.0
621
- rapids-dask-dependency==25.2.0
622
- ratelim==0.1.6
623
- ray==2.46.0
624
- referencing==0.36.2
625
- regex==2024.11.6
626
- requests==2.32.3
627
- requests-oauthlib==2.0.0
628
- requests-toolbelt==1.0.0
629
- requirements-parser==0.9.0
630
- rfc3161-client==1.0.1
631
- rfc3339-validator==0.1.4
632
- rfc3986-validator==0.1.1
633
- rfc8785==0.1.4
634
- rgf-python==3.12.0
635
- rich==14.0.0
636
- rmm-cu12==25.2.0
637
- roman-numerals-py==3.1.0
638
- rpds-py==0.24.0
639
- rpy2==3.5.17
640
- rsa==4.9.1
641
- rtree==1.4.0
642
- ruamel.yaml==0.18.14
643
- ruamel.yaml.clib==0.2.12
644
- s3fs==0.4.2
645
- s3transfer==0.12.0
646
- safetensors==0.5.3
647
- scikit-image==0.25.2
648
- scikit-learn==1.2.2
649
- scikit-learn-intelex==2025.5.0
650
- scikit-multilearn==0.2.0
651
- scikit-optimize==0.10.2
652
- scikit-plot==0.3.7
653
- scikit-surprise==1.1.4
654
- scipy==1.15.2
655
- scooby==0.10.0
656
- scs==3.2.7.post2
657
- seaborn==0.12.2
658
- SecretStorage==3.3.1
659
- securesystemslib==1.3.0
660
- segment_anything @ git+https://github.com/facebookresearch/segment-anything.git@dca509fe793f601edb92606367a655c15ac00fdf
661
- semver==3.0.4
662
- Send2Trash==1.8.3
663
- sentence-transformers==3.4.1
664
- sentencepiece==0.2.0
665
- sentry-sdk==2.25.1
666
- setproctitle==1.3.5
667
- setuptools-scm==8.3.1
668
- shap==0.44.1
669
- shapely==2.1.0
670
- shellingham==1.5.4
671
- Shimmy==1.3.0
672
- sigstore==3.6.2
673
- sigstore-protobuf-specs==0.3.2
674
- sigstore-rekor-types==0.0.18
675
- simple-parsing==0.1.7
676
- simpleitk==2.5.0
677
- simplejson==3.20.1
678
- simsimd==6.2.1
679
- siphash24==1.7
680
- six==1.17.0
681
- sklearn-compat==0.1.3
682
- sklearn-pandas==2.2.0
683
- slicer==0.0.7
684
- smart-open==7.1.0
685
- smmap==5.0.2
686
- sniffio==1.3.1
687
- snowballstemmer==2.2.0
688
- sortedcontainers==2.4.0
689
- soundfile==0.13.1
690
- soupsieve==2.6
691
- soxr==0.5.0.post1
692
- spacy==3.8.5
693
- spacy-legacy==3.0.12
694
- spacy-loggers==1.0.5
695
- spanner-graph-notebook==1.1.6
696
- speechbrain==1.0.3
697
- Sphinx==8.2.3
698
- sphinx-rtd-theme==0.2.4
699
- sphinxcontrib-applehelp==2.0.0
700
- sphinxcontrib-devhelp==2.0.0
701
- sphinxcontrib-htmlhelp==2.1.0
702
- sphinxcontrib-jsmath==1.0.1
703
- sphinxcontrib-qthelp==2.0.0
704
- sphinxcontrib-serializinghtml==2.0.0
705
- SQLAlchemy==2.0.40
706
- sqlglot==25.20.2
707
- sqlparse==0.5.3
708
- squarify==0.4.4
709
- srsly==2.5.1
710
- stable-baselines3==2.1.0
711
- stanio==0.5.1
712
- starlette==0.46.2
713
- statsmodels==0.14.4
714
- stopit==1.1.2
715
- stringzilla==3.12.3
716
- stumpy==1.13.0
717
- sympy==1.13.1
718
- tables==3.10.2
719
- tabulate==0.9.0
720
- tbb==2022.1.0
721
- tbb4py==2022.1.0
722
- tblib==3.1.0
723
- tcmlib==1.3.0
724
- tenacity==9.1.2
725
- tensorboard==2.18.0
726
- tensorboard-data-server==0.7.2
727
- tensorboardX==2.6.4
728
- tensorflow==2.18.0
729
- tensorflow-cloud==0.1.5
730
- tensorflow-datasets==4.9.8
731
- tensorflow-hub==0.16.1
732
- tensorflow-io==0.37.1
733
- tensorflow-io-gcs-filesystem==0.37.1
734
- tensorflow-metadata==1.17.0
735
- tensorflow-probability==0.25.0
736
- tensorflow-text==2.18.1
737
- tensorflow_decision_forests==1.11.0
738
- tensorstore==0.1.73
739
- termcolor==3.0.1
740
- terminado==0.18.1
741
- testpath==0.6.0
742
- text-unidecode==1.3
743
- textblob==0.19.0
744
- texttable==1.7.0
745
- tf-slim==1.1.0
746
- tf_keras==2.18.0
747
- Theano==1.0.5
748
- Theano-PyMC==1.1.2
749
- thinc==8.3.4
750
- threadpoolctl==3.6.0
751
- tifffile==2025.3.30
752
- tiktoken==0.9.0
753
- timm==1.0.15
754
- tinycss2==1.4.0
755
- together==1.5.16
756
- tokenizers==0.21.1
757
- toml==0.10.2
758
- toolz==1.0.0
759
- torch @ https://download.pytorch.org/whl/cu124/torch-2.6.0%2Bcu124-cp311-cp311-linux_x86_64.whl
760
- torch-audiomentations==0.12.0
761
- torch_pitch_shift==1.2.5
762
- torchao==0.10.0
763
- torchaudio @ https://download.pytorch.org/whl/cu124/torchaudio-2.6.0%2Bcu124-cp311-cp311-linux_x86_64.whl
764
- torchdata==0.11.0
765
- torchinfo==1.8.0
766
- torchmetrics==1.7.1
767
- torchsummary==1.5.1
768
- torchtune==0.6.1
769
- torchvision @ https://download.pytorch.org/whl/cu124/torchvision-0.21.0%2Bcu124-cp311-cp311-linux_x86_64.whl
770
- tornado==6.4.2
771
- TPOT==0.12.1
772
- tqdm==4.67.1
773
- traitlets==5.7.1
774
- traittypes==0.2.1
775
- transformers==4.51.3
776
- treelite==4.4.1
777
- treescope==0.1.9
778
- triton==3.2.0
779
- trx-python==0.3
780
- tsfresh==0.21.0
781
- tuf==6.0.0
782
- tweepy==4.15.0
783
- typeguard==4.4.2
784
- typer==0.15.2
785
- types-python-dateutil==2.9.0.20241206
786
- types-pytz==2025.2.0.20250326
787
- types-setuptools==78.1.0.20250329
788
- typing-inspect==0.9.0
789
- typing-inspection==0.4.0
790
- typing_extensions==4.13.2
791
- tzdata==2025.2
792
- tzlocal==5.3.1
793
- uc-micro-py==1.0.3
794
- ucx-py-cu12==0.42.0
795
- ucxx-cu12==0.42.0
796
- ujson==5.10.0
797
- umap-learn==0.5.7
798
- umf==0.10.0
799
- update-checker==0.18.0
800
- uri-template==1.3.0
801
- uritemplate==4.1.1
802
- urllib3==2.4.0
803
- urwid==3.0.2
804
- urwid_readline==0.15.1
805
- uvicorn==0.34.3
806
- vega-datasets==0.9.0
807
- visions==0.8.1
808
- vtk==9.3.1
809
- wadllib==1.3.6
810
- Wand==0.6.13
811
- wandb==0.19.9
812
- wasabi==1.1.3
813
- watchdog==6.0.0
814
- wavio==0.0.9
815
- wcwidth==0.2.13
816
- weasel==0.4.1
817
- webcolors==24.11.1
818
- webencodings==0.5.1
819
- websocket-client==1.8.0
820
- websockets==15.0.1
821
- Werkzeug==3.1.3
822
- widgetsnbextension==4.0.14
823
- woodwork==0.31.0
824
- wordcloud==1.9.4
825
- wrapt==1.17.2
826
- wurlitzer==3.1.1
827
- xarray==2025.1.2
828
- xarray-einstats==0.8.0
829
- xgboost==2.0.3
830
- xlrd==2.0.1
831
- xvfbwrapper==0.2.13
832
- xxhash==3.5.0
833
- xyzservices==2025.1.0
834
- y-py==0.6.2
835
- yarl==1.20.0
836
- ydata-profiling==4.16.1
837
- ydf==0.9.0
838
- yellowbrick==1.5
839
- yfinance==0.2.55
840
- ypy-websocket==0.8.4
841
- zict==3.0.0
842
- zipp==3.21.0
843
- zstandard==0.23.0
 
1
+ # Core FastAPI dependencies
2
+ fastapi==0.104.1
3
+ uvicorn[standard]==0.24.0
4
+
5
+ # Audio processing
6
+ openai-whisper==20231117
7
+ pyannote.audio==3.1.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  moviepy==1.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pydub==0.25.1
10
+
11
+ # API and networking
12
+ python-multipart==0.0.6
13
+ pyngrok==7.0.0
14
+ together==0.2.7
15
+
16
+ # Data processing
17
+ pandas==2.1.4
18
+ omegaconf==2.3.0
19
+
20
+ # Utilities
21
+ nest_asyncio==1.5.8
22
+ python-dotenv==1.0.0
23
+
24
+ # Note: torch, torchvision, torchaudio will be installed separately with CUDA support