Tesneem commited on
Commit
be91a40
1 Parent(s): 022792b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +158 -7
requirements.txt CHANGED
@@ -1,7 +1,158 @@
1
- huggingface_hub>=0.14.0
2
- sentence-transformers==2.2.2
3
- gradio
4
- numpy
5
- scikit-learn==1.2.2
6
- datasets==2.12.0
7
- transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.1.1
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.4.3
4
+ aiohttp==3.10.10
5
+ aiosignal==1.3.1
6
+ annotated-types==0.7.0
7
+ anyio==4.6.2.post1
8
+ attrs==24.2.0
9
+ audioread==3.0.1
10
+ certifi==2024.8.30
11
+ cffi==1.17.1
12
+ charset-normalizer==3.4.0
13
+ click==8.1.7
14
+ contourpy==1.3.0
15
+ cycler==0.12.1
16
+ datasets==3.1.0
17
+ decorator==5.1.1
18
+ dill==0.3.8
19
+ fastapi==0.115.4
20
+ ffmpy==0.4.0
21
+ filelock==3.16.1
22
+ fonttools==4.54.1
23
+ frozenlist==1.5.0
24
+ fsspec==2024.9.0
25
+ gradio==5.5.0
26
+ gradio_client==1.4.2
27
+ h11==0.14.0
28
+ httpcore==1.0.6
29
+ httpx==0.27.2
30
+ huggingface-hub==0.26.2
31
+ idna==3.10
32
+ Jinja2==3.1.4
33
+ joblib==1.4.2
34
+ kiwisolver==1.4.7
35
+ lazy_loader==0.4
36
+ librosa==0.10.2.post1
37
+ llvmlite==0.43.0
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.5
40
+ matplotlib==3.9.2
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ msgpack==1.1.0
44
+ multidict==6.1.0
45
+ multiprocess==0.70.16
46
+ networkx==3.4.2
47
+ numba==0.60.0
48
+ numpy==2.0.2
49
+ orjson==3.10.11
50
+ packaging==24.1
51
+ pandas==2.2.3
52
+ pillow==11.0.0
53
+ platformdirs==4.3.6
54
+ pooch==1.8.2
55
+ propcache==0.2.0
56
+ psutil==6.1.0
57
+ pyarrow==18.0.0
58
+ pycparser==2.22
59
+ pydantic==2.9.2
60
+ pydantic_core==2.23.4
61
+ accelerate==1.1.1
62
+ aiofiles==23.2.1
63
+ aiohappyeyeballs==2.4.3
64
+ aiohttp==3.10.10
65
+ aiosignal==1.3.1
66
+ annotated-types==0.7.0
67
+ anyio==4.6.2.post1
68
+ attrs==24.2.0
69
+ audioread==3.0.1
70
+ certifi==2024.8.30
71
+ cffi==1.17.1
72
+ charset-normalizer==3.4.0
73
+ click==8.1.7
74
+ contourpy==1.3.0
75
+ cycler==0.12.1
76
+ datasets==3.1.0
77
+ decorator==5.1.1
78
+ dill==0.3.8
79
+ fastapi==0.115.4
80
+ ffmpy==0.4.0
81
+ filelock==3.16.1
82
+ fonttools==4.54.1
83
+ frozenlist==1.5.0
84
+ fsspec==2024.9.0
85
+ gradio==5.5.0
86
+ gradio_client==1.4.2
87
+ h11==0.14.0
88
+ httpcore==1.0.6
89
+ httpx==0.27.2
90
+ huggingface-hub==0.26.2
91
+ idna==3.10
92
+ Jinja2==3.1.4
93
+ joblib==1.4.2
94
+ kiwisolver==1.4.7
95
+ lazy_loader==0.4
96
+ librosa==0.10.2.post1
97
+ llvmlite==0.43.0
98
+ markdown-it-py==3.0.0
99
+ MarkupSafe==2.1.5
100
+ matplotlib==3.9.2
101
+ mdurl==0.1.2
102
+ mpmath==1.3.0
103
+ msgpack==1.1.0
104
+ multidict==6.1.0
105
+ multiprocess==0.70.16
106
+ networkx==3.4.2
107
+ numba==0.60.0
108
+ numpy==2.0.2
109
+ orjson==3.10.11
110
+ packaging==24.1
111
+ pandas==2.2.3
112
+ pillow==11.0.0
113
+ platformdirs==4.3.6
114
+ pooch==1.8.2
115
+ propcache==0.2.0
116
+ psutil==6.1.0
117
+ pyarrow==18.0.0
118
+ pycparser==2.22
119
+ pydantic==2.9.2
120
+ pydantic_core==2.23.4
121
+ pydub==0.25.1
122
+ Pygments==2.18.0
123
+ pyparsing==3.2.0
124
+ python-dateutil==2.9.0.post0
125
+ python-multipart==0.0.12
126
+ pytz==2024.2
127
+ PyYAML==6.0.2
128
+ regex==2024.11.6
129
+ requests==2.32.3
130
+ rich==13.9.4
131
+ ruff==0.7.2
132
+ safehttpx==0.1.1
133
+ safetensors==0.4.5
134
+ scikit-learn==1.5.2
135
+ scipy==1.14.1
136
+ semantic-version==2.10.0
137
+ shellingham==1.5.4
138
+ six==1.16.0
139
+ sniffio==1.3.1
140
+ soundfile==0.12.1
141
+ soxr==0.5.0.post1
142
+ starlette==0.41.2
143
+ sympy==1.13.1
144
+ threadpoolctl==3.5.0
145
+ tokenizers==0.20.3
146
+ tomlkit==0.12.0
147
+ torch==2.5.1
148
+ tqdm==4.67.0
149
+ transformers==4.46.2
150
+ typer==0.12.5
151
+ typing_extensions==4.12.2
152
+ tzdata==2024.2
153
+ urllib3==2.2.3
154
+ uvicorn==0.32.0
155
+ websockets==12.0
156
+ xxhash==3.5.0
157
+ yarl==1.17.1
158
+