ir12345 commited on
Commit
e79837d
·
verified ·
1 Parent(s): 49e5af3

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +105 -0
requirements.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ altair==5.5.0
3
+ annotated-types==0.7.0
4
+ anyio==4.9.0
5
+ attrs==25.3.0
6
+ audioop-lts==0.2.1
7
+ audioread==3.0.1
8
+ blinker==1.9.0
9
+ Brotli==1.1.0
10
+ cachetools==6.1.0
11
+ certifi==2025.7.14
12
+ cffi==1.17.1
13
+ charset-normalizer==3.4.2
14
+ click==8.2.1
15
+ decorator==5.2.1
16
+ fastapi==0.116.1
17
+ ffmpy==0.6.0
18
+ filelock==3.18.0
19
+ fsspec==2025.7.0
20
+ gitdb==4.0.12
21
+ GitPython==3.1.44
22
+ gradio==5.38.0
23
+ gradio_client==1.11.0
24
+ groovy==0.1.2
25
+ h11==0.16.0
26
+ hf-xet==1.1.5
27
+ httpcore==1.0.9
28
+ httpx==0.28.1
29
+ huggingface-hub==0.33.4
30
+ idna==3.10
31
+ Jinja2==3.1.6
32
+ joblib==1.5.1
33
+ jsonschema==4.24.0
34
+ jsonschema-specifications==2025.4.1
35
+ lazy_loader==0.4
36
+ librosa==0.11.0
37
+ llvmlite==0.44.0
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==3.0.2
40
+ mdurl==0.1.2
41
+ mpmath==1.3.0
42
+ msgpack==1.1.1
43
+ narwhals==1.47.0
44
+ networkx==3.5
45
+ numba==0.61.2
46
+ numpy==2.2.6
47
+ orjson==3.11.0
48
+ packaging==25.0
49
+ pandas==2.3.1
50
+ pillow==11.3.0
51
+ platformdirs==4.3.8
52
+ pooch==1.8.2
53
+ protobuf==6.31.1
54
+ pyarrow==20.0.0
55
+ pycparser==2.22
56
+ pydantic==2.11.7
57
+ pydantic_core==2.33.2
58
+ pydeck==0.9.1
59
+ pydub==0.25.1
60
+ Pygments==2.19.2
61
+ python-dateutil==2.9.0.post0
62
+ python-dotenv==1.1.1
63
+ python-multipart==0.0.20
64
+ pytz==2025.2
65
+ PyYAML==6.0.2
66
+ referencing==0.36.2
67
+ regex==2024.11.6
68
+ requests==2.32.4
69
+ rich==14.0.0
70
+ rpds-py==0.26.0
71
+ ruff==0.12.4
72
+ safehttpx==0.1.6
73
+ safetensors==0.5.3
74
+ scikit-learn==1.7.1
75
+ scipy==1.16.0
76
+ semantic-version==2.10.0
77
+ setuptools==80.9.0
78
+ shellingham==1.5.4
79
+ six==1.17.0
80
+ smmap==5.0.2
81
+ sniffio==1.3.1
82
+ soundfile==0.13.1
83
+ soxr==0.5.0.post1
84
+ standard-aifc==3.13.0
85
+ standard-chunk==3.13.0
86
+ standard-sunau==3.13.0
87
+ starlette==0.47.1
88
+ sympy==1.14.0
89
+ tenacity==9.1.2
90
+ threadpoolctl==3.6.0
91
+ tokenizers==0.21.2
92
+ toml==0.10.2
93
+ tomlkit==0.13.3
94
+ torch==2.7.1
95
+ tornado==6.5.1
96
+ tqdm==4.67.1
97
+ transformers==4.53.2
98
+ typer==0.16.0
99
+ typing-inspection==0.4.1
100
+ typing_extensions==4.14.1
101
+ tzdata==2025.2
102
+ urllib3==2.5.0
103
+ uvicorn==0.35.0
104
+ watchdog==6.0.0
105
+ websockets==15.0.1