Skip to content

Commit b19bdfe

Browse files
committed
UV project.
1 parent 9444478 commit b19bdfe

File tree

4 files changed

+3242
-109
lines changed

4 files changed

+3242
-109
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10

pyproject.toml

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
[project]
2+
name = "transcribe-worker"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.10"
7+
dependencies = [
8+
"aiohappyeyeballs==2.6.1",
9+
"aiohttp==3.12.12",
10+
"aiosignal==1.3.2",
11+
"alembic==1.16.1",
12+
"annotated-types==0.7.0",
13+
"antlr4-python3-runtime==4.9.3",
14+
"asteroid-filterbanks==0.4.0",
15+
"async-timeout==5.0.1",
16+
"attrs==25.3.0",
17+
"blessed==1.22.0",
18+
"certifi==2025.4.26",
19+
"cffi==1.17.1",
20+
"charset-normalizer==3.4.2",
21+
"click==8.2.1",
22+
"colorlog==6.9.0",
23+
"contourpy==1.3.2",
24+
"cycler==0.12.1",
25+
"daemonize==2.5.0",
26+
"docopt==0.6.2",
27+
"einops==0.8.1",
28+
"filelock==3.18.0",
29+
"fonttools==4.58.2",
30+
"frozenlist==1.7.0",
31+
"fsspec==2025.5.1",
32+
"gpustat==1.1.1",
33+
"gputil==1.4.0",
34+
"hf-xet==1.1.3",
35+
"huggingface-hub==0.32.4",
36+
"hyperpyyaml==1.2.2",
37+
"idna==3.10",
38+
"jinja2==3.1.6",
39+
"joblib==1.5.1",
40+
"julius==0.2.7",
41+
"kiwisolver==1.4.8",
42+
"lightning==2.5.1.post0",
43+
"lightning-utilities==0.14.3",
44+
"mako==1.3.10",
45+
"markdown-it-py==3.0.0",
46+
"markupsafe==3.0.2",
47+
"matplotlib==3.10.3",
48+
"mdurl==0.1.2",
49+
"mpmath==1.3.0",
50+
"multidict==6.4.4",
51+
"networkx==3.4.2",
52+
"numpy==2.2.6",
53+
"nvidia-ml-py==13.580.82",
54+
"omegaconf==2.3.0",
55+
"optuna==4.3.0",
56+
"packaging==24.2",
57+
"pandas==2.3.0",
58+
"pathlib==1.0.1",
59+
"pillow==11.2.1",
60+
"primepy==1.3",
61+
"propcache==0.3.2",
62+
"protobuf==6.31.1",
63+
"psutil==7.1.1",
64+
"pyannote-audio==3.3.2",
65+
"pyannote-core==5.0.0",
66+
"pyannote-database==5.1.3",
67+
"pyannote-metrics==3.2.1",
68+
"pyannote-pipeline==3.0.1",
69+
"pycparser==2.22",
70+
"pydantic==2.11.4",
71+
"pydantic-core==2.33.2",
72+
"pydantic-settings==2.9.1",
73+
"pygments==2.19.1",
74+
"pyparsing==3.2.3",
75+
"python-dateutil==2.9.0.post0",
76+
"python-dotenv==1.1.0",
77+
"pytorch-lightning==2.5.1.post0",
78+
"pytorch-metric-learning==2.8.1",
79+
"pytz==2025.2",
80+
"pyyaml==6.0.2",
81+
"regex==2024.11.6",
82+
"requests==2.32.3",
83+
"rich==14.0.0",
84+
"ruamel-yaml==0.18.14",
85+
"ruamel-yaml-clib==0.2.12",
86+
"safetensors==0.5.3",
87+
"scikit-learn==1.7.0",
88+
"scipy==1.15.3",
89+
"semver==3.0.4",
90+
"sentencepiece==0.2.0",
91+
"shellingham==1.5.4",
92+
"six==1.17.0",
93+
"sortedcontainers==2.4.0",
94+
"soundfile==0.13.1",
95+
"speechbrain==1.0.3",
96+
"sqlalchemy==2.0.41",
97+
"sympy==1.14.0",
98+
"tabulate==0.9.0",
99+
"tensorboardx==2.6.2.2",
100+
"threadpoolctl==3.6.0",
101+
"tokenizers==0.21.1",
102+
"tomli==2.2.1",
103+
"torch==2.7.1",
104+
"torch-audiomentations==0.12.0",
105+
"torch-pitch-shift==1.2.5",
106+
"torchaudio==2.7.1",
107+
"torchmetrics==1.7.2",
108+
"tqdm==4.67.1",
109+
"transformers==4.52.4",
110+
"typer==0.16.0",
111+
"typing-extensions==4.13.2",
112+
"typing-inspection==0.4.0",
113+
"tzdata==2025.2",
114+
"urllib3==2.4.0",
115+
"wcwidth==0.2.14",
116+
"yarl==1.20.1",
117+
]

requirements.txt

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)