DangoMachoo commited on
Commit
dd7f4bb
·
1 Parent(s): 6f2d374

fix requriment version error

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -1
requirements.txt CHANGED
@@ -1,14 +1,26 @@
1
- audioop-lts==0.2.1
 
 
 
2
  audioread==3.0.1
3
  certifi==2025.1.31
4
  cffi==1.17.1
5
  charset-normalizer==3.4.1
 
6
  colorama==0.4.6
7
  decorator==5.2.1
 
8
  ffmpeg-python==0.2.0
 
9
  filelock==3.18.0
10
  fsspec==2025.3.2
11
  future==1.0.0
 
 
 
 
 
 
12
  huggingface-hub==0.30.2
13
  idna==3.10
14
  Jinja2==3.1.6
@@ -16,34 +28,60 @@ joblib==1.4.2
16
  lazy_loader==0.4
17
  librosa==0.11.0
18
  llvmlite==0.44.0
 
19
  MarkupSafe==3.0.2
 
20
  mpmath==1.3.0
21
  msgpack==1.1.0
22
  networkx==3.4.2
23
  numba==0.61.2
24
  numpy==2.2.5
 
25
  packaging==25.0
 
 
26
  platformdirs==4.3.7
27
  pooch==1.8.2
28
  pycparser==2.22
 
 
 
 
 
 
 
29
  PyYAML==6.0.2
30
  regex==2024.11.6
31
  requests==2.32.3
 
 
 
32
  safetensors==0.5.3
33
  scikit-learn==1.6.1
34
  scipy==1.15.2
 
35
  setuptools==79.0.0
 
 
 
36
  soundfile==0.13.1
37
  soxr==0.5.0.post1
38
  standard-aifc==3.13.0
39
  standard-chunk==3.13.0
40
  standard-sunau==3.13.0
 
41
  sympy==1.13.1
42
  threadpoolctl==3.6.0
43
  tokenizers==0.21.1
 
44
  torch==2.6.0
45
  torchaudio==2.6.0
46
  tqdm==4.67.1
47
  transformers @ git+https://github.com/huggingface/transformers@ca790303f7480e0211e5b58b9e22706f46dbf19a
 
 
48
  typing_extensions==4.13.2
 
49
  urllib3==2.4.0
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ #audioop-lts==0.2.1
5
  audioread==3.0.1
6
  certifi==2025.1.31
7
  cffi==1.17.1
8
  charset-normalizer==3.4.1
9
+ click==8.1.8
10
  colorama==0.4.6
11
  decorator==5.2.1
12
+ fastapi==0.115.12
13
  ffmpeg-python==0.2.0
14
+ ffmpy==0.5.0
15
  filelock==3.18.0
16
  fsspec==2025.3.2
17
  future==1.0.0
18
+ gradio==5.25.2
19
+ gradio_client==1.8.0
20
+ groovy==0.1.2
21
+ h11==0.14.0
22
+ httpcore==1.0.8
23
+ httpx==0.28.1
24
  huggingface-hub==0.30.2
25
  idna==3.10
26
  Jinja2==3.1.6
 
28
  lazy_loader==0.4
29
  librosa==0.11.0
30
  llvmlite==0.44.0
31
+ markdown-it-py==3.0.0
32
  MarkupSafe==3.0.2
33
+ mdurl==0.1.2
34
  mpmath==1.3.0
35
  msgpack==1.1.0
36
  networkx==3.4.2
37
  numba==0.61.2
38
  numpy==2.2.5
39
+ orjson==3.10.16
40
  packaging==25.0
41
+ pandas==2.2.3
42
+ pillow==11.2.1
43
  platformdirs==4.3.7
44
  pooch==1.8.2
45
  pycparser==2.22
46
+ pydantic==2.11.3
47
+ pydantic_core==2.33.1
48
+ pydub==0.25.1
49
+ Pygments==2.19.1
50
+ python-dateutil==2.9.0.post0
51
+ python-multipart==0.0.20
52
+ pytz==2025.2
53
  PyYAML==6.0.2
54
  regex==2024.11.6
55
  requests==2.32.3
56
+ rich==14.0.0
57
+ ruff==0.11.6
58
+ safehttpx==0.1.6
59
  safetensors==0.5.3
60
  scikit-learn==1.6.1
61
  scipy==1.15.2
62
+ semantic-version==2.10.0
63
  setuptools==79.0.0
64
+ shellingham==1.5.4
65
+ six==1.17.0
66
+ sniffio==1.3.1
67
  soundfile==0.13.1
68
  soxr==0.5.0.post1
69
  standard-aifc==3.13.0
70
  standard-chunk==3.13.0
71
  standard-sunau==3.13.0
72
+ starlette==0.46.2
73
  sympy==1.13.1
74
  threadpoolctl==3.6.0
75
  tokenizers==0.21.1
76
+ tomlkit==0.13.2
77
  torch==2.6.0
78
  torchaudio==2.6.0
79
  tqdm==4.67.1
80
  transformers @ git+https://github.com/huggingface/transformers@ca790303f7480e0211e5b58b9e22706f46dbf19a
81
+ typer==0.15.2
82
+ typing-inspection==0.4.0
83
  typing_extensions==4.13.2
84
+ tzdata==2025.2
85
  urllib3==2.4.0
86
+ uvicorn==0.34.2
87
+ websockets==15.0.1