hysts HF staff commited on
Commit
3a04b42
1 Parent(s): 4fb8bd0

Update dependencies

Browse files
Files changed (4) hide show
  1. pre-requirements.txt +0 -4
  2. pyproject.toml +14 -1
  3. requirements.txt +190 -21
  4. uv.lock +0 -0
pre-requirements.txt CHANGED
@@ -1,5 +1 @@
1
- gradio_webrtc==0.0.23
2
- librosa
3
- python-dotenv
4
- twilio
5
  git+https://github.com/AK391/transformers-gradio.git
 
 
 
 
 
1
  git+https://github.com/AK391/transformers-gradio.git
pyproject.toml CHANGED
@@ -11,19 +11,29 @@ dependencies = [
11
  "fal-gradio",
12
  "fireworks-gradio",
13
  "gemini-gradio>=0.0.1",
14
- "gradio>=5.7.0",
 
15
  "groq-gradio>=0.0.2",
16
  "hyperbolic-gradio>=0.0.4",
17
  "mistral-gradio",
18
  "nvidia-gradio",
19
  "openai-gradio>=0.0.4",
20
  "perplexity-gradio>=0.0.1",
 
21
  "replicate-gradio",
22
  "sambanova-gradio>=0.1.9",
23
  "spaces>=0.30.4",
24
  "together-gradio>=0.0.1",
25
  "torch==2.4.0",
 
26
  "xai-gradio>=0.0.2",
 
 
 
 
 
 
 
27
  ]
28
 
29
  [tool.uv.sources]
@@ -35,6 +45,9 @@ dashscope-gradio = { git = "https://github.com/AK391/dashscope-gradio.git" }
35
  fal-gradio = { git = "https://github.com/AK391/fal-gradio.git" }
36
  replicate-gradio = { git = "https://github.com/AK391/replicate-gradio.git" }
37
  mistral-gradio = { git = "https://github.com/AK391/mistral-gradio.git" }
 
 
 
38
 
39
  [tool.ruff]
40
  # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
 
11
  "fal-gradio",
12
  "fireworks-gradio",
13
  "gemini-gradio>=0.0.1",
14
+ "gradio-webrtc>=0.0.23",
15
+ "gradio>=5.9.1",
16
  "groq-gradio>=0.0.2",
17
  "hyperbolic-gradio>=0.0.4",
18
  "mistral-gradio",
19
  "nvidia-gradio",
20
  "openai-gradio>=0.0.4",
21
  "perplexity-gradio>=0.0.1",
22
+ "python-dotenv>=1.0.1",
23
  "replicate-gradio",
24
  "sambanova-gradio>=0.1.9",
25
  "spaces>=0.30.4",
26
  "together-gradio>=0.0.1",
27
  "torch==2.4.0",
28
+ "websockets>=14.1",
29
  "xai-gradio>=0.0.2",
30
+ "numba>=0.60.0",
31
+ "llvmlite>=0.43.0",
32
+ "librosa>=0.10.2.post1",
33
+ "twilio>=9.4.1",
34
+ "playai-gradio",
35
+ "lumaai-gradio",
36
+ "cohere-gradio",
37
  ]
38
 
39
  [tool.uv.sources]
 
45
  fal-gradio = { git = "https://github.com/AK391/fal-gradio.git" }
46
  replicate-gradio = { git = "https://github.com/AK391/replicate-gradio.git" }
47
  mistral-gradio = { git = "https://github.com/AK391/mistral-gradio.git" }
48
+ playai-gradio = { git = "https://github.com/AK391/playai-gradio.git" }
49
+ lumaai-gradio = { git = "https://github.com/AK391/lumaai-gradio.git" }
50
+ cohere-gradio = { git = "https://github.com/AK391/cohere-gradio.git" }
51
 
52
  [tool.ruff]
53
  # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
requirements.txt CHANGED
@@ -2,6 +2,20 @@
2
  # uv pip compile pyproject.toml -o requirements.txt
3
  aiofiles==23.2.1
4
  # via gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  annotated-types==0.7.0
6
  # via pydantic
7
  anthropic==0.39.0
@@ -15,8 +29,18 @@ anyio==4.6.2.post1
15
  # gradio
16
  # groq
17
  # httpx
 
 
18
  # openai
19
  # starlette
 
 
 
 
 
 
 
 
20
  cachetools==5.5.0
21
  # via google-auth
22
  cerebras-cloud-sdk==1.12.1
@@ -28,30 +52,51 @@ certifi==2024.8.30
28
  # httpcore
29
  # httpx
30
  # requests
 
 
 
 
 
 
31
  charset-normalizer==3.4.0
32
  # via requests
33
  click==8.1.7
34
  # via
35
  # typer
36
  # uvicorn
 
 
 
 
 
 
 
 
37
  dashscope-gradio @ git+https://github.com/AK391/dashscope-gradio.git@7b9d7fc8d726229f5e46fff239baff280f973c8c
38
  # via anychat (pyproject.toml)
 
 
39
  distro==1.9.0
40
  # via
41
  # anthropic
42
  # cerebras-cloud-sdk
43
  # groq
 
44
  # openai
 
 
45
  eval-type-backport==0.2.0
46
  # via mistralai
47
  exceptiongroup==1.2.2
48
  # via anyio
49
  fal-client==0.5.6
50
  # via fal-gradio
51
- fal-gradio @ git+https://github.com/AK391/fal-gradio.git@532ef6b7a51492320179495831f3f309b208d6a6
52
  # via anychat (pyproject.toml)
53
  fastapi==0.115.5
54
  # via gradio
 
 
55
  ffmpy==0.4.0
56
  # via gradio
57
  filelock==3.16.1
@@ -59,8 +104,14 @@ filelock==3.16.1
59
  # huggingface-hub
60
  # torch
61
  # triton
62
- fireworks-gradio @ git+https://github.com/AK391/fireworks-ai-gradio.git@b85f85bfe777a7ec953c8b996536e1d1cd47ae08
 
 
63
  # via anychat (pyproject.toml)
 
 
 
 
64
  fsspec==2024.10.0
65
  # via
66
  # gradio-client
@@ -86,34 +137,42 @@ google-auth==2.36.0
86
  # google-generativeai
87
  google-auth-httplib2==0.2.0
88
  # via google-api-python-client
 
 
89
  google-generativeai==0.8.3
90
  # via gemini-gradio
91
  googleapis-common-protos==1.66.0
92
  # via
93
  # google-api-core
94
  # grpcio-status
95
- gradio==5.7.0
96
  # via
97
  # anychat (pyproject.toml)
98
  # anthropic-gradio
99
  # cerebras-gradio
 
100
  # dashscope-gradio
101
  # fal-gradio
102
  # fireworks-gradio
103
  # gemini-gradio
 
104
  # groq-gradio
105
  # hyperbolic-gradio
 
106
  # mistral-gradio
107
  # nvidia-gradio
108
  # openai-gradio
109
  # perplexity-gradio
 
110
  # replicate-gradio
111
  # sambanova-gradio
112
  # spaces
113
  # together-gradio
114
  # xai-gradio
115
- gradio-client==1.5.0
116
  # via gradio
 
 
117
  groq==0.12.0
118
  # via groq-gradio
119
  groq-gradio==0.0.2
@@ -128,8 +187,11 @@ h11==0.14.0
128
  # via
129
  # httpcore
130
  # uvicorn
 
131
  httpcore==1.0.7
132
- # via httpx
 
 
133
  httplib2==0.22.0
134
  # via
135
  # google-api-python-client
@@ -138,21 +200,31 @@ httpx==0.27.2
138
  # via
139
  # anthropic
140
  # cerebras-cloud-sdk
 
141
  # fal-client
 
142
  # gradio
143
  # gradio-client
144
  # groq
 
 
145
  # mistralai
146
  # openai
147
  # replicate
148
  # safehttpx
149
  # spaces
150
  httpx-sse==0.4.0
151
- # via fal-client
 
 
 
 
 
152
  huggingface-hub==0.26.2
153
  # via
154
  # gradio
155
  # gradio-client
 
156
  hyperbolic-gradio==0.0.5
157
  # via anychat (pyproject.toml)
158
  idna==3.10
@@ -160,6 +232,9 @@ idna==3.10
160
  # anyio
161
  # httpx
162
  # requests
 
 
 
163
  jinja2==3.1.4
164
  # via
165
  # gradio
@@ -168,8 +243,24 @@ jiter==0.7.1
168
  # via
169
  # anthropic
170
  # openai
 
 
 
 
171
  jsonpath-python==1.0.6
172
  # via mistralai
 
 
 
 
 
 
 
 
 
 
 
 
173
  markdown-it-py==3.0.0
174
  # via rich
175
  markupsafe==2.1.5
@@ -178,19 +269,36 @@ markupsafe==2.1.5
178
  # jinja2
179
  mdurl==0.1.2
180
  # via markdown-it-py
181
- mistral-gradio @ git+https://github.com/AK391/mistral-gradio.git
 
182
  mistralai==1.2.3
183
  # via mistral-gradio
184
  mpmath==1.3.0
185
  # via sympy
 
 
 
 
 
 
186
  mypy-extensions==1.0.0
187
  # via typing-inspect
188
  networkx==3.4.2
189
  # via torch
190
- numpy==2.1.3
 
 
 
 
191
  # via
 
192
  # gradio
 
 
193
  # pandas
 
 
 
194
  nvidia-cublas-cu12==12.1.3.1
195
  # via
196
  # nvidia-cudnn-cu12
@@ -244,14 +352,30 @@ packaging==24.2
244
  # gradio
245
  # gradio-client
246
  # huggingface-hub
 
 
247
  # replicate
248
  # spaces
249
  pandas==2.2.3
250
  # via gradio
 
 
251
  perplexity-gradio==0.0.1
252
  # via anychat (pyproject.toml)
253
  pillow==11.0.0
254
- # via gradio
 
 
 
 
 
 
 
 
 
 
 
 
255
  proto-plus==1.25.0
256
  # via
257
  # google-ai-generativelanguage
@@ -272,31 +396,48 @@ pyasn1==0.6.1
272
  # rsa
273
  pyasn1-modules==0.4.1
274
  # via google-auth
 
 
275
  pydantic==2.10.0
276
  # via
277
  # anthropic
278
  # cerebras-cloud-sdk
 
279
  # fastapi
 
280
  # google-generativeai
281
  # gradio
282
  # groq
 
283
  # mistralai
284
  # openai
285
  # replicate
286
  # spaces
287
  pydantic-core==2.27.0
288
- # via pydantic
 
 
289
  pydub==0.25.1
290
  # via gradio
 
 
291
  pygments==2.18.0
292
  # via rich
 
 
 
 
 
 
293
  pyparsing==3.2.0
294
  # via httplib2
295
  python-dateutil==2.8.2
296
  # via
297
  # mistralai
298
  # pandas
299
- python-multipart==0.0.12
 
 
300
  # via gradio
301
  pytz==2024.2
302
  # via pandas
@@ -310,19 +451,28 @@ replicate-gradio @ git+https://github.com/AK391/replicate-gradio.git@691c397515f
310
  # via anychat (pyproject.toml)
311
  requests==2.32.3
312
  # via
 
313
  # google-api-core
314
  # huggingface-hub
 
315
  # spaces
 
316
  rich==13.9.4
317
  # via typer
318
  rsa==4.9
319
  # via google-auth
320
  ruff==0.7.4
321
  # via gradio
322
- safehttpx==0.1.1
323
  # via gradio
324
  sambanova-gradio==0.1.9
325
  # via anychat (pyproject.toml)
 
 
 
 
 
 
326
  semantic-version==2.10.0
327
  # via gradio
328
  shellingham==1.5.4
@@ -336,7 +486,12 @@ sniffio==1.3.1
336
  # cerebras-cloud-sdk
337
  # groq
338
  # httpx
 
339
  # openai
 
 
 
 
340
  spaces==0.30.4
341
  # via anychat (pyproject.toml)
342
  starlette==0.41.3
@@ -345,8 +500,12 @@ starlette==0.41.3
345
  # gradio
346
  sympy==1.13.1
347
  # via torch
 
 
348
  together-gradio==0.0.1
349
  # via anychat (pyproject.toml)
 
 
350
  tomlkit==0.12.0
351
  # via gradio
352
  torch==2.4.0
@@ -358,22 +517,31 @@ tqdm==4.67.0
358
  # openai
359
  triton==3.0.0
360
  # via torch
 
 
361
  typer==0.13.1
362
  # via gradio
 
 
363
  typing-extensions==4.12.2
364
  # via
365
  # anthropic
366
  # anyio
367
  # cerebras-cloud-sdk
 
368
  # fastapi
369
  # google-generativeai
370
  # gradio
371
  # gradio-client
372
  # groq
373
  # huggingface-hub
 
 
 
374
  # openai
375
  # pydantic
376
  # pydantic-core
 
377
  # replicate
378
  # rich
379
  # spaces
@@ -388,17 +556,18 @@ tzdata==2024.2
388
  uritemplate==4.1.1
389
  # via google-api-python-client
390
  urllib3==2.2.3
391
- # via requests
 
 
392
  uvicorn==0.32.1
393
  # via gradio
394
  websockets==14.1
395
- # via gradio-client
 
 
 
 
396
  xai-gradio==0.0.2
397
  # via anychat (pyproject.toml)
398
- playai-gradio @ git+https://github.com/AK391/playai-gradio.git
399
-
400
- lumaai-gradio @ git+https://github.com/AK391/lumaai-gradio.git
401
-
402
- cohere-gradio @ git+https://github.com/AK391/cohere-gradio.git
403
-
404
-
 
2
  # uv pip compile pyproject.toml -o requirements.txt
3
  aiofiles==23.2.1
4
  # via gradio
5
+ aiohappyeyeballs==2.4.4
6
+ # via aiohttp
7
+ aiohttp==3.11.10
8
+ # via
9
+ # aiohttp-retry
10
+ # twilio
11
+ aiohttp-retry==2.8.3
12
+ # via twilio
13
+ aioice==0.9.0
14
+ # via aiortc
15
+ aiortc==1.9.0
16
+ # via gradio-webrtc
17
+ aiosignal==1.3.2
18
+ # via aiohttp
19
  annotated-types==0.7.0
20
  # via pydantic
21
  anthropic==0.39.0
 
29
  # gradio
30
  # groq
31
  # httpx
32
+ # httpx-ws
33
+ # lumaai
34
  # openai
35
  # starlette
36
+ async-timeout==5.0.1
37
+ # via aiohttp
38
+ attrs==24.3.0
39
+ # via aiohttp
40
+ audioread==3.0.1
41
+ # via librosa
42
+ av==12.3.0
43
+ # via aiortc
44
  cachetools==5.5.0
45
  # via google-auth
46
  cerebras-cloud-sdk==1.12.1
 
52
  # httpcore
53
  # httpx
54
  # requests
55
+ cffi==1.17.1
56
+ # via
57
+ # aiortc
58
+ # cryptography
59
+ # pylibsrtp
60
+ # soundfile
61
  charset-normalizer==3.4.0
62
  # via requests
63
  click==8.1.7
64
  # via
65
  # typer
66
  # uvicorn
67
+ cohere==5.13.3
68
+ # via cohere-gradio
69
+ cohere-gradio @ git+https://github.com/AK391/cohere-gradio.git@f514496532579574b9bdd55c07e2eb14f2ddf1b0
70
+ # via anychat (pyproject.toml)
71
+ cryptography==44.0.0
72
+ # via
73
+ # aiortc
74
+ # pyopenssl
75
  dashscope-gradio @ git+https://github.com/AK391/dashscope-gradio.git@7b9d7fc8d726229f5e46fff239baff280f973c8c
76
  # via anychat (pyproject.toml)
77
+ decorator==5.1.1
78
+ # via librosa
79
  distro==1.9.0
80
  # via
81
  # anthropic
82
  # cerebras-cloud-sdk
83
  # groq
84
+ # lumaai
85
  # openai
86
+ dnspython==2.7.0
87
+ # via aioice
88
  eval-type-backport==0.2.0
89
  # via mistralai
90
  exceptiongroup==1.2.2
91
  # via anyio
92
  fal-client==0.5.6
93
  # via fal-gradio
94
+ fal-gradio @ git+https://github.com/AK391/fal-gradio.git@f4d47158564df06ebb4dc8782dad676c4c539e47
95
  # via anychat (pyproject.toml)
96
  fastapi==0.115.5
97
  # via gradio
98
+ fastavro==1.9.7
99
+ # via cohere
100
  ffmpy==0.4.0
101
  # via gradio
102
  filelock==3.16.1
 
104
  # huggingface-hub
105
  # torch
106
  # triton
107
+ fireworks-ai==0.15.10
108
+ # via fireworks-gradio
109
+ fireworks-gradio @ git+https://github.com/AK391/fireworks-ai-gradio.git@5805959ebe511052c417569f056139b4de350a57
110
  # via anychat (pyproject.toml)
111
+ frozenlist==1.5.0
112
+ # via
113
+ # aiohttp
114
+ # aiosignal
115
  fsspec==2024.10.0
116
  # via
117
  # gradio-client
 
137
  # google-generativeai
138
  google-auth-httplib2==0.2.0
139
  # via google-api-python-client
140
+ google-crc32c==1.6.0
141
+ # via aiortc
142
  google-generativeai==0.8.3
143
  # via gemini-gradio
144
  googleapis-common-protos==1.66.0
145
  # via
146
  # google-api-core
147
  # grpcio-status
148
+ gradio==5.9.1
149
  # via
150
  # anychat (pyproject.toml)
151
  # anthropic-gradio
152
  # cerebras-gradio
153
+ # cohere-gradio
154
  # dashscope-gradio
155
  # fal-gradio
156
  # fireworks-gradio
157
  # gemini-gradio
158
+ # gradio-webrtc
159
  # groq-gradio
160
  # hyperbolic-gradio
161
+ # lumaai-gradio
162
  # mistral-gradio
163
  # nvidia-gradio
164
  # openai-gradio
165
  # perplexity-gradio
166
+ # playai-gradio
167
  # replicate-gradio
168
  # sambanova-gradio
169
  # spaces
170
  # together-gradio
171
  # xai-gradio
172
+ gradio-client==1.5.2
173
  # via gradio
174
+ gradio-webrtc==0.0.23
175
+ # via anychat (pyproject.toml)
176
  groq==0.12.0
177
  # via groq-gradio
178
  groq-gradio==0.0.2
 
187
  # via
188
  # httpcore
189
  # uvicorn
190
+ # wsproto
191
  httpcore==1.0.7
192
+ # via
193
+ # httpx
194
+ # httpx-ws
195
  httplib2==0.22.0
196
  # via
197
  # google-api-python-client
 
200
  # via
201
  # anthropic
202
  # cerebras-cloud-sdk
203
+ # cohere
204
  # fal-client
205
+ # fireworks-ai
206
  # gradio
207
  # gradio-client
208
  # groq
209
+ # httpx-ws
210
+ # lumaai
211
  # mistralai
212
  # openai
213
  # replicate
214
  # safehttpx
215
  # spaces
216
  httpx-sse==0.4.0
217
+ # via
218
+ # cohere
219
+ # fal-client
220
+ # fireworks-ai
221
+ httpx-ws==0.7.0
222
+ # via fireworks-ai
223
  huggingface-hub==0.26.2
224
  # via
225
  # gradio
226
  # gradio-client
227
+ # tokenizers
228
  hyperbolic-gradio==0.0.5
229
  # via anychat (pyproject.toml)
230
  idna==3.10
 
232
  # anyio
233
  # httpx
234
  # requests
235
+ # yarl
236
+ ifaddr==0.2.0
237
+ # via aioice
238
  jinja2==3.1.4
239
  # via
240
  # gradio
 
243
  # via
244
  # anthropic
245
  # openai
246
+ joblib==1.4.2
247
+ # via
248
+ # librosa
249
+ # scikit-learn
250
  jsonpath-python==1.0.6
251
  # via mistralai
252
+ lazy-loader==0.4
253
+ # via librosa
254
+ librosa==0.10.2.post1
255
+ # via anychat (pyproject.toml)
256
+ llvmlite==0.43.0
257
+ # via
258
+ # anychat (pyproject.toml)
259
+ # numba
260
+ lumaai==1.2.1
261
+ # via lumaai-gradio
262
+ lumaai-gradio @ git+https://github.com/AK391/lumaai-gradio.git@b7856b8e7f1977e3f003a4e101b12eae2c232227
263
+ # via anychat (pyproject.toml)
264
  markdown-it-py==3.0.0
265
  # via rich
266
  markupsafe==2.1.5
 
269
  # jinja2
270
  mdurl==0.1.2
271
  # via markdown-it-py
272
+ mistral-gradio @ git+https://github.com/AK391/mistral-gradio.git@dfef7dc871ea35100743a415fde8a57a30c49fcb
273
+ # via anychat (pyproject.toml)
274
  mistralai==1.2.3
275
  # via mistral-gradio
276
  mpmath==1.3.0
277
  # via sympy
278
+ msgpack==1.1.0
279
+ # via librosa
280
+ multidict==6.1.0
281
+ # via
282
+ # aiohttp
283
+ # yarl
284
  mypy-extensions==1.0.0
285
  # via typing-inspect
286
  networkx==3.4.2
287
  # via torch
288
+ numba==0.60.0
289
+ # via
290
+ # anychat (pyproject.toml)
291
+ # librosa
292
+ numpy==1.26.4
293
  # via
294
+ # cohere
295
  # gradio
296
+ # librosa
297
+ # numba
298
  # pandas
299
+ # scikit-learn
300
+ # scipy
301
+ # soxr
302
  nvidia-cublas-cu12==12.1.3.1
303
  # via
304
  # nvidia-cudnn-cu12
 
352
  # gradio
353
  # gradio-client
354
  # huggingface-hub
355
+ # lazy-loader
356
+ # pooch
357
  # replicate
358
  # spaces
359
  pandas==2.2.3
360
  # via gradio
361
+ parameterized==0.9.0
362
+ # via cohere
363
  perplexity-gradio==0.0.1
364
  # via anychat (pyproject.toml)
365
  pillow==11.0.0
366
+ # via
367
+ # fireworks-ai
368
+ # gradio
369
+ platformdirs==4.3.6
370
+ # via pooch
371
+ playai-gradio @ git+https://github.com/AK391/playai-gradio.git@0958ca289652e231fd12ebbf0f40895a049b0ad1
372
+ # via anychat (pyproject.toml)
373
+ pooch==1.8.2
374
+ # via librosa
375
+ propcache==0.2.1
376
+ # via
377
+ # aiohttp
378
+ # yarl
379
  proto-plus==1.25.0
380
  # via
381
  # google-ai-generativelanguage
 
396
  # rsa
397
  pyasn1-modules==0.4.1
398
  # via google-auth
399
+ pycparser==2.22
400
+ # via cffi
401
  pydantic==2.10.0
402
  # via
403
  # anthropic
404
  # cerebras-cloud-sdk
405
+ # cohere
406
  # fastapi
407
+ # fireworks-ai
408
  # google-generativeai
409
  # gradio
410
  # groq
411
+ # lumaai
412
  # mistralai
413
  # openai
414
  # replicate
415
  # spaces
416
  pydantic-core==2.27.0
417
+ # via
418
+ # cohere
419
+ # pydantic
420
  pydub==0.25.1
421
  # via gradio
422
+ pyee==12.1.1
423
+ # via aiortc
424
  pygments==2.18.0
425
  # via rich
426
+ pyjwt==2.10.1
427
+ # via twilio
428
+ pylibsrtp==0.10.0
429
+ # via aiortc
430
+ pyopenssl==24.3.0
431
+ # via aiortc
432
  pyparsing==3.2.0
433
  # via httplib2
434
  python-dateutil==2.8.2
435
  # via
436
  # mistralai
437
  # pandas
438
+ python-dotenv==1.0.1
439
+ # via anychat (pyproject.toml)
440
+ python-multipart==0.0.20
441
  # via gradio
442
  pytz==2024.2
443
  # via pandas
 
451
  # via anychat (pyproject.toml)
452
  requests==2.32.3
453
  # via
454
+ # cohere
455
  # google-api-core
456
  # huggingface-hub
457
+ # pooch
458
  # spaces
459
+ # twilio
460
  rich==13.9.4
461
  # via typer
462
  rsa==4.9
463
  # via google-auth
464
  ruff==0.7.4
465
  # via gradio
466
+ safehttpx==0.1.6
467
  # via gradio
468
  sambanova-gradio==0.1.9
469
  # via anychat (pyproject.toml)
470
+ scikit-learn==1.6.0
471
+ # via librosa
472
+ scipy==1.14.1
473
+ # via
474
+ # librosa
475
+ # scikit-learn
476
  semantic-version==2.10.0
477
  # via gradio
478
  shellingham==1.5.4
 
486
  # cerebras-cloud-sdk
487
  # groq
488
  # httpx
489
+ # lumaai
490
  # openai
491
+ soundfile==0.12.1
492
+ # via librosa
493
+ soxr==0.5.0.post1
494
+ # via librosa
495
  spaces==0.30.4
496
  # via anychat (pyproject.toml)
497
  starlette==0.41.3
 
500
  # gradio
501
  sympy==1.13.1
502
  # via torch
503
+ threadpoolctl==3.5.0
504
+ # via scikit-learn
505
  together-gradio==0.0.1
506
  # via anychat (pyproject.toml)
507
+ tokenizers==0.21.0
508
+ # via cohere
509
  tomlkit==0.12.0
510
  # via gradio
511
  torch==2.4.0
 
517
  # openai
518
  triton==3.0.0
519
  # via torch
520
+ twilio==9.4.1
521
+ # via anychat (pyproject.toml)
522
  typer==0.13.1
523
  # via gradio
524
+ types-requests==2.32.0.20241016
525
+ # via cohere
526
  typing-extensions==4.12.2
527
  # via
528
  # anthropic
529
  # anyio
530
  # cerebras-cloud-sdk
531
+ # cohere
532
  # fastapi
533
  # google-generativeai
534
  # gradio
535
  # gradio-client
536
  # groq
537
  # huggingface-hub
538
+ # librosa
539
+ # lumaai
540
+ # multidict
541
  # openai
542
  # pydantic
543
  # pydantic-core
544
+ # pyee
545
  # replicate
546
  # rich
547
  # spaces
 
556
  uritemplate==4.1.1
557
  # via google-api-python-client
558
  urllib3==2.2.3
559
+ # via
560
+ # requests
561
+ # types-requests
562
  uvicorn==0.32.1
563
  # via gradio
564
  websockets==14.1
565
+ # via
566
+ # anychat (pyproject.toml)
567
+ # gradio-client
568
+ wsproto==1.2.0
569
+ # via httpx-ws
570
  xai-gradio==0.0.2
571
  # via anychat (pyproject.toml)
572
+ yarl==1.18.3
573
+ # via aiohttp
 
 
 
 
 
uv.lock CHANGED
The diff for this file is too large to render. See raw diff