ssenaay commited on
Commit
f6c299c
·
verified ·
1 Parent(s): ef33b20

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -126
requirements.txt CHANGED
@@ -1,126 +1,5 @@
1
- accelerate==1.10.1
2
- aiofiles==24.1.0
3
- aiohappyeyeballs==2.6.1
4
- aiohttp==3.12.15
5
- aiosignal==1.4.0
6
- annotated-types==0.7.0
7
- anyio==4.10.0
8
- attrs==25.3.0
9
- audioread==3.0.1
10
- blinker==1.9.0
11
- Brotli==1.1.0
12
- CacheControl==0.14.3
13
- cachetools==5.5.2
14
- certifi==2025.8.3
15
- cffi==1.17.1
16
- charset-normalizer==3.4.3
17
- click==8.2.1
18
- colorama==0.4.6
19
- cryptography==45.0.7
20
- datasets==4.1.1
21
- decorator==5.2.1
22
- dill==0.4.0
23
- fastapi==0.118.0
24
- ffmpy==0.6.1
25
- filelock==3.13.1
26
- firebase_admin==7.1.0
27
- Flask==2.3.3
28
- Flask-Cors==4.0.0
29
- frozenlist==1.7.0
30
- fsspec==2024.6.1
31
- google-api-core==2.25.1
32
- google-auth==2.40.3
33
- google-cloud-core==2.4.3
34
- google-cloud-firestore==2.21.0
35
- google-cloud-storage==3.3.1
36
- google-crc32c==1.7.1
37
- google-resumable-media==2.7.2
38
- googleapis-common-protos==1.70.0
39
- gradio==5.49.0
40
- gradio_client==1.13.3
41
- groovy==0.1.2
42
- grpcio==1.74.0
43
- grpcio-status==1.74.0
44
- h11==0.16.0
45
- h2==4.3.0
46
- hpack==4.1.0
47
- httpcore==1.0.9
48
- httpx==0.28.1
49
- huggingface-hub==0.35.3
50
- hyperframe==6.1.0
51
- idna==3.10
52
- itsdangerous==2.2.0
53
- Jinja2==3.1.6
54
- joblib==1.3.2
55
- lazy_loader==0.4
56
- librosa==0.11.0
57
- llvmlite==0.45.1
58
- markdown-it-py==4.0.0
59
- MarkupSafe==3.0.2
60
- mdurl==0.1.2
61
- mpmath==1.3.0
62
- msgpack==1.1.1
63
- multidict==6.6.4
64
- multiprocess==0.70.16
65
- networkx==3.3
66
- numba==0.62.1
67
- numpy==1.26.4
68
- orjson==3.11.3
69
- packaging==25.0
70
- pandas==2.0.3
71
- pillow==11.0.0
72
- platformdirs==4.4.0
73
- pooch==1.8.2
74
- propcache==0.3.2
75
- proto-plus==1.26.1
76
- protobuf==6.32.0
77
- psutil==7.1.0
78
- pyarrow==21.0.0
79
- pyasn1==0.6.1
80
- pyasn1_modules==0.4.2
81
- pycparser==2.22
82
- pydantic==2.11.10
83
- pydantic_core==2.33.2
84
- pydub==0.25.1
85
- Pygments==2.19.2
86
- PyJWT==2.10.1
87
- python-dateutil==2.9.0.post0
88
- python-multipart==0.0.20
89
- pytz==2025.2
90
- PyYAML==6.0.3
91
- regex==2025.9.18
92
- requests==2.32.5
93
- rich==14.1.0
94
- rsa==4.9.1
95
- ruff==0.13.3
96
- safehttpx==0.1.6
97
- safetensors==0.6.2
98
- scikit-learn==1.4.2
99
- sentence-transformers==5.1.1
100
- scipy==1.15.3
101
- semantic-version==2.10.0
102
- shellingham==1.5.4
103
- six==1.17.0
104
- sniffio==1.3.1
105
- soundfile==0.13.1
106
- soxr==1.0.0
107
- starlette==0.48.0
108
- sympy==1.13.3
109
- threadpoolctl==3.6.0
110
- tokenizers==0.22.1
111
- tomlkit==0.13.3
112
- torch>=1.11.0
113
- torchaudio
114
- torchvision
115
- tqdm==4.67.1
116
- transformers==4.57.0
117
- typer==0.19.2
118
- typing-inspection==0.4.2
119
- typing_extensions==4.15.0
120
- tzdata==2025.2
121
- urllib3==2.5.0
122
- uvicorn==0.37.0
123
- websockets==15.0.1
124
- Werkzeug==3.1.3
125
- xxhash==3.6.0
126
- yarl==1.20.1
 
1
+ pandas
2
+ numpy
3
+ gradio
4
+ sentence-transformers
5
+ torch