Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ aiofiles==23.2.1
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.8.0
|
5 |
attrs==25.1.0
|
|
|
6 |
babel==2.17.0
|
7 |
certifi==2025.1.31
|
8 |
cffi==1.17.1
|
@@ -12,6 +13,7 @@ clldutils==3.21.0
|
|
12 |
colorama==0.4.6
|
13 |
colorlog==6.9.0
|
14 |
csvw==3.5.1
|
|
|
15 |
dlinfo==2.0.0
|
16 |
exceptiongroup==1.2.2
|
17 |
fastapi==0.115.8
|
@@ -34,6 +36,7 @@ jsonschema==4.23.0
|
|
34 |
jsonschema-specifications==2024.10.1
|
35 |
kanjize==1.6.0
|
36 |
language-tags==1.2.0
|
|
|
37 |
lxml==5.3.1
|
38 |
markdown==3.7
|
39 |
markdown-it-py==3.0.0
|
@@ -42,7 +45,7 @@ mdurl==0.1.2
|
|
42 |
more-itertools==10.6.0
|
43 |
mpmath==1.3.0
|
44 |
networkx==3.4.2
|
45 |
-
numpy==
|
46 |
nvidia-cublas-cu12==12.1.3.1
|
47 |
nvidia-cuda-cupti-cu12==12.1.105
|
48 |
nvidia-cuda-nvrtc-cu12==12.1.105
|
@@ -56,7 +59,7 @@ nvidia-nccl-cu12==2.20.5
|
|
56 |
nvidia-nvjitlink-cu12==12.8.61
|
57 |
nvidia-nvtx-cu12==12.1.105
|
58 |
orjson==3.10.15
|
59 |
-
packaging==
|
60 |
pandas==2.2.3
|
61 |
phonemizer==3.3.0
|
62 |
pillow==11.1.0
|
@@ -95,11 +98,12 @@ sudachidict-full==20250129
|
|
95 |
sudachipy==0.6.10
|
96 |
sympy==1.13.3
|
97 |
tabulate==0.9.0
|
98 |
-
taproot
|
99 |
tokenizers==0.21.0
|
100 |
tomlkit==0.13.2
|
101 |
torch==2.4.0
|
102 |
torchaudio==2.4.0
|
|
|
103 |
tqdm==4.67.1
|
104 |
transformers==4.48.3
|
105 |
triton==3.0.0
|
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.8.0
|
5 |
attrs==25.1.0
|
6 |
+
av==12.3.0
|
7 |
babel==2.17.0
|
8 |
certifi==2025.1.31
|
9 |
cffi==1.17.1
|
|
|
13 |
colorama==0.4.6
|
14 |
colorlog==6.9.0
|
15 |
csvw==3.5.1
|
16 |
+
deepfilternet==0.5.6
|
17 |
dlinfo==2.0.0
|
18 |
exceptiongroup==1.2.2
|
19 |
fastapi==0.115.8
|
|
|
36 |
jsonschema-specifications==2024.10.1
|
37 |
kanjize==1.6.0
|
38 |
language-tags==1.2.0
|
39 |
+
librosa==0.10.0
|
40 |
lxml==5.3.1
|
41 |
markdown==3.7
|
42 |
markdown-it-py==3.0.0
|
|
|
45 |
more-itertools==10.6.0
|
46 |
mpmath==1.3.0
|
47 |
networkx==3.4.2
|
48 |
+
numpy==1.26.4
|
49 |
nvidia-cublas-cu12==12.1.3.1
|
50 |
nvidia-cuda-cupti-cu12==12.1.105
|
51 |
nvidia-cuda-nvrtc-cu12==12.1.105
|
|
|
59 |
nvidia-nvjitlink-cu12==12.8.61
|
60 |
nvidia-nvtx-cu12==12.1.105
|
61 |
orjson==3.10.15
|
62 |
+
packaging==23.2
|
63 |
pandas==2.2.3
|
64 |
phonemizer==3.3.0
|
65 |
pillow==11.1.0
|
|
|
98 |
sudachipy==0.6.10
|
99 |
sympy==1.13.3
|
100 |
tabulate==0.9.0
|
101 |
+
taproot @ git+https://github.com/painebenjamin/taproot
|
102 |
tokenizers==0.21.0
|
103 |
tomlkit==0.13.2
|
104 |
torch==2.4.0
|
105 |
torchaudio==2.4.0
|
106 |
+
torchvision==0.19.0
|
107 |
tqdm==4.67.1
|
108 |
transformers==4.48.3
|
109 |
triton==3.0.0
|