saattrupdan commited on
Commit
091e636
·
1 Parent(s): 7089c67

chore: Update deps

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -54
requirements.txt CHANGED
@@ -1,82 +1,88 @@
1
- aiofiles==23.2.1
2
  annotated-doc==0.0.4
3
  annotated-types==0.7.0
4
- anyio==4.4.0
5
- attrs==24.2.0
6
  brotli==1.2.0
7
- certifi==2024.8.30
8
- charset-normalizer==3.3.2
9
- click==8.1.7
10
- contourpy==1.3.0
11
- cycler==0.12.1
12
- exceptiongroup==1.2.2
13
  fastapi==0.122.0
14
- ffmpy==0.4.0
15
- filelock==3.16.1
16
- fonttools==4.53.1
17
- fsspec==2024.9.0
18
  gradio==6.0.1
19
  gradio_client==2.0.0
20
  groovy==0.1.2
21
- h11==0.14.0
22
  hf-xet==1.2.0
23
- httpcore==1.0.5
24
- httpx==0.27.2
25
  huggingface-hub==0.36.0
26
- hypothesis==6.112.1
27
- idna==3.10
28
- importlib_resources==6.4.5
29
- Jinja2==3.1.4
30
- kenlm @ https://github.com/kpu/kenlm/archive/master.zip#sha256=d23d300d559a45a5e3ede958dbbf2395231119c0b8cd97a1ea43480625894ff4
31
- kiwisolver==1.4.7
32
- markdown-it-py==3.0.0
33
- MarkupSafe==2.1.5
34
- matplotlib==3.9.2
35
  mdurl==0.1.2
36
  mpmath==1.3.0
37
- networkx==3.3
38
- numpy==1.26.4
39
- orjson==3.10.7
40
- packaging==24.1
41
- pandas==2.2.2
42
- pillow==10.4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  punctfix==0.11.1
44
- pyctcdecode==0.5.0
45
  pydantic==2.12.4
46
  pydantic_core==2.41.5
47
  pydub==0.25.1
48
- Pygments==2.18.0
49
- pygtrie==2.5.0
50
- pyparsing==3.1.4
51
  python-dateutil==2.9.0.post0
52
- python-dotenv==1.0.1
53
  python-multipart==0.0.20
54
- pytz==2024.2
55
- PyYAML==6.0.2
56
- regex==2024.9.11
57
- requests==2.32.3
58
- rich==13.8.1
59
- ruff==0.6.5
60
  safehttpx==0.1.7
61
- safetensors==0.4.5
62
- samplerate==0.2.1
63
  semantic-version==2.10.0
 
64
  shellingham==1.5.4
65
- six==1.16.0
66
  sniffio==1.3.1
67
- sortedcontainers==2.4.0
68
  starlette==0.50.0
69
  sympy==1.14.0
70
  tokenizers==0.22.1
71
- tomlkit==0.12.0
72
  torch==2.9.1
73
- tqdm==4.66.5
 
 
 
74
  transformers==4.57.3
75
- typer==0.12.5
76
- typer-slim==0.20.0
77
  typing-inspection==0.4.2
78
  typing_extensions==4.15.0
79
- tzdata==2024.1
80
- urllib3==2.2.3
81
- uvicorn==0.30.6
82
- websockets==12.0
 
1
+ aiofiles==24.1.0
2
  annotated-doc==0.0.4
3
  annotated-types==0.7.0
4
+ anyio==4.11.0
 
5
  brotli==1.2.0
6
+ certifi==2025.11.12
7
+ charset-normalizer==3.4.4
8
+ click==8.3.1
 
 
 
9
  fastapi==0.122.0
10
+ ffmpy==1.0.0
11
+ filelock==3.20.0
12
+ fsspec==2025.10.0
 
13
  gradio==6.0.1
14
  gradio_client==2.0.0
15
  groovy==0.1.2
16
+ h11==0.16.0
17
  hf-xet==1.2.0
18
+ httpcore==1.0.9
19
+ httpx==0.28.1
20
  huggingface-hub==0.36.0
21
+ idna==3.11
22
+ Jinja2==3.1.6
23
+ julius==0.2.7
24
+ kenlm @ https://github.com/kpu/kenlm/archive/master.zip#sha256=f935c2ac0be6dd1bf96a5852973dad6103c48e866cf33532459fb1336bea4bfe
25
+ markdown-it-py==4.0.0
26
+ MarkupSafe==3.0.3
 
 
 
27
  mdurl==0.1.2
28
  mpmath==1.3.0
29
+ networkx==3.6
30
+ numpy==2.3.5
31
+ nvidia-cublas-cu12==12.8.4.1
32
+ nvidia-cuda-cupti-cu12==12.8.90
33
+ nvidia-cuda-nvrtc-cu12==12.8.93
34
+ nvidia-cuda-runtime-cu12==12.8.90
35
+ nvidia-cudnn-cu12==9.10.2.21
36
+ nvidia-cufft-cu12==11.3.3.83
37
+ nvidia-cufile-cu12==1.13.1.3
38
+ nvidia-curand-cu12==10.3.9.90
39
+ nvidia-cusolver-cu12==11.7.3.90
40
+ nvidia-cusparse-cu12==12.5.8.93
41
+ nvidia-cusparselt-cu12==0.7.1
42
+ nvidia-nccl-cu12==2.27.5
43
+ nvidia-nvjitlink-cu12==12.8.93
44
+ nvidia-nvshmem-cu12==3.3.20
45
+ nvidia-nvtx-cu12==12.8.90
46
+ orjson==3.11.4
47
+ packaging==25.0
48
+ pandas==2.3.3
49
+ pillow==12.0.0
50
+ primePy==1.3
51
  punctfix==0.11.1
 
52
  pydantic==2.12.4
53
  pydantic_core==2.41.5
54
  pydub==0.25.1
55
+ Pygments==2.19.2
 
 
56
  python-dateutil==2.9.0.post0
57
+ python-dotenv==1.2.1
58
  python-multipart==0.0.20
59
+ pytz==2025.2
60
+ PyYAML==6.0.3
61
+ regex==2025.11.3
62
+ requests==2.32.5
63
+ rich==14.2.0
 
64
  safehttpx==0.1.7
65
+ safetensors==0.7.0
66
+ samplerate==0.2.2
67
  semantic-version==2.10.0
68
+ setuptools==80.9.0
69
  shellingham==1.5.4
70
+ six==1.17.0
71
  sniffio==1.3.1
 
72
  starlette==0.50.0
73
  sympy==1.14.0
74
  tokenizers==0.22.1
75
+ tomlkit==0.13.3
76
  torch==2.9.1
77
+ torch-audiomentations==0.12.0
78
+ torch_pitch_shift==1.2.5
79
+ torchaudio==2.9.1
80
+ tqdm==4.67.1
81
  transformers==4.57.3
82
+ triton==3.5.1
83
+ typer==0.20.0
84
  typing-inspection==0.4.2
85
  typing_extensions==4.15.0
86
+ tzdata==2025.2
87
+ urllib3==2.5.0
88
+ uvicorn==0.38.0