-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathrequirements.txt
More file actions
534 lines (534 loc) · 10.6 KB
/
requirements.txt
File metadata and controls
534 lines (534 loc) · 10.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# This file was autogenerated by uv via the following command:
# uv export --frozen --no-hashes --no-dev --no-emit-project -o requirements.txt
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.5
# via
# deepeval
# fsspec
# instructor
# langchain-community
# litellm
aiosignal==1.4.0
# via aiohttp
annotated-doc==0.0.4
# via typer
annotated-types==0.7.0
# via pydantic
anyio==4.13.0
# via
# httpx
# openai
appdirs==1.4.4
# via ragas
attrs==26.1.0
# via
# aiohttp
# jsonschema
# referencing
backoff==2.2.1
# via posthog
certifi==2026.2.25
# via
# httpcore
# httpx
# requests
# sentry-sdk
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.2.1
# via
# deepeval
# lightspeed-evaluation
# litellm
# typer
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
# tqdm
contourpy==1.3.3
# via matplotlib
cryptography==46.0.6
# via google-auth
cycler==0.12.1
# via matplotlib
dataclasses-json==0.6.7
# via langchain-community
datasets==4.0.0
# via
# lightspeed-evaluation
# ragas
deepeval==3.9.1
# via lightspeed-evaluation
dill==0.3.8
# via
# datasets
# multiprocess
diskcache==5.6.3
# via
# lightspeed-evaluation
# ragas
distro==1.9.0
# via
# openai
# posthog
docstring-parser==0.17.0
# via instructor
execnet==2.1.2
# via pytest-xdist
fastuuid==0.14.0
# via litellm
filelock==3.25.2
# via
# datasets
# huggingface-hub
filetype==1.2.0
# via langchain-google-genai
fonttools==4.62.1
# via matplotlib
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
fsspec==2025.3.0
# via
# datasets
# huggingface-hub
google-ai-generativelanguage==0.11.0
# via langchain-google-genai
google-api-core==2.30.2
# via google-ai-generativelanguage
google-auth==2.49.1
# via
# google-ai-generativelanguage
# google-api-core
googleapis-common-protos==1.74.0
# via
# google-api-core
# grpcio-status
greenlet==3.3.2 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
# via sqlalchemy
grpcio==1.80.0
# via
# deepeval
# google-ai-generativelanguage
# google-api-core
# grpcio-status
grpcio-status==1.80.0
# via google-api-core
h11==0.16.0
# via httpcore
hf-xet==1.4.3 ; platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
# via huggingface-hub
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via
# huggingface-hub
# langgraph-sdk
# langsmith
# lightspeed-evaluation
# litellm
# openai
httpx-sse==0.4.3
# via langchain-community
huggingface-hub==1.9.0
# via
# datasets
# langchain-huggingface
# tokenizers
idna==3.11
# via
# anyio
# httpx
# requests
# yarl
importlib-metadata==8.7.1
# via
# litellm
# opentelemetry-api
iniconfig==2.3.0
# via pytest
instructor==1.15.1
# via ragas
jinja2==3.1.6
# via
# deepeval
# instructor
# litellm
jiter==0.13.0
# via
# instructor
# openai
jsonpatch==1.33
# via langchain-core
jsonpointer==3.1.1
# via jsonpatch
jsonschema==4.26.0
# via litellm
jsonschema-specifications==2025.9.1
# via jsonschema
kiwisolver==1.5.0
# via matplotlib
langchain==1.2.12
# via
# lightspeed-evaluation
# ragas
langchain-classic==1.0.3
# via langchain-community
langchain-community==0.4.1
# via ragas
langchain-core==1.2.26
# via
# langchain
# langchain-classic
# langchain-community
# langchain-google-genai
# langchain-huggingface
# langchain-openai
# langchain-text-splitters
# langgraph
# langgraph-checkpoint
# langgraph-prebuilt
# ragas
langchain-google-genai==2.1.12
# via lightspeed-evaluation
langchain-huggingface==1.2.1
# via langchain
langchain-openai==1.1.12
# via ragas
langchain-text-splitters==1.1.1
# via langchain-classic
langgraph==1.1.6
# via langchain
langgraph-checkpoint==4.0.1
# via
# langgraph
# langgraph-prebuilt
langgraph-prebuilt==1.0.9
# via langgraph
langgraph-sdk==0.3.12
# via langgraph
langsmith==0.7.26
# via
# langchain-classic
# langchain-community
# langchain-core
litellm==1.82.4
# via lightspeed-evaluation
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.3
# via jinja2
marshmallow==3.26.2
# via dataclasses-json
matplotlib==3.10.6
# via
# lightspeed-evaluation
# seaborn
mdurl==0.1.2
# via markdown-it-py
multidict==6.7.1
# via
# aiohttp
# yarl
multiprocess==0.70.16
# via datasets
mypy-extensions==1.1.0
# via typing-inspect
nest-asyncio==1.6.0
# via
# deepeval
# ragas
networkx==3.6.1
# via ragas
numpy==2.3.2
# via
# contourpy
# datasets
# langchain-community
# lightspeed-evaluation
# matplotlib
# pandas
# ragas
# scikit-network
# scipy
# seaborn
openai==2.30.0
# via
# deepeval
# instructor
# langchain-openai
# litellm
# ragas
opentelemetry-api==1.40.0
# via
# deepeval
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-sdk==1.40.0
# via deepeval
opentelemetry-semantic-conventions==0.61b0
# via opentelemetry-sdk
orjson==3.11.8
# via
# langgraph-sdk
# langsmith
ormsgpack==1.12.2
# via langgraph-checkpoint
packaging==26.0
# via
# datasets
# huggingface-hub
# langchain-core
# langsmith
# marshmallow
# matplotlib
# pytest
# pytest-rerunfailures
# wheel
pandas==2.3.2
# via
# datasets
# lightspeed-evaluation
# seaborn
pillow==12.2.0
# via
# matplotlib
# ragas
pluggy==1.6.0
# via pytest
portalocker==3.2.0
# via deepeval
posthog==5.4.0
# via deepeval
propcache==0.4.1
# via
# aiohttp
# yarl
proto-plus==1.27.2
# via
# google-ai-generativelanguage
# google-api-core
protobuf==6.33.6
# via
# google-ai-generativelanguage
# google-api-core
# googleapis-common-protos
# grpcio-status
# proto-plus
pyarrow==23.0.1
# via datasets
pyasn1==0.6.3
# via pyasn1-modules
pyasn1-modules==0.4.2
# via google-auth
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.11.7
# via
# deepeval
# instructor
# langchain
# langchain-classic
# langchain-core
# langchain-google-genai
# langgraph
# langsmith
# lightspeed-evaluation
# litellm
# openai
# pydantic-settings
# ragas
pydantic-core==2.33.2
# via
# instructor
# pydantic
pydantic-settings==2.13.1
# via
# deepeval
# langchain-community
pyfiglet==1.0.4
# via deepeval
pygments==2.20.0
# via
# pytest
# rich
pyparsing==3.3.2
# via matplotlib
pytest==8.4.1
# via
# deepeval
# pytest-asyncio
# pytest-repeat
# pytest-rerunfailures
# pytest-xdist
pytest-asyncio==1.3.0
# via deepeval
pytest-repeat==0.9.4
# via deepeval
pytest-rerunfailures==16.1
# via deepeval
pytest-xdist==3.8.0
# via deepeval
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
# posthog
python-dotenv==1.2.2
# via
# deepeval
# litellm
# pydantic-settings
pytz==2026.1.post1
# via pandas
pywin32==311 ; sys_platform == 'win32'
# via portalocker
pyyaml==6.0.2
# via
# datasets
# huggingface-hub
# langchain-classic
# langchain-community
# langchain-core
# lightspeed-evaluation
ragas==0.4.3
# via lightspeed-evaluation
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
regex==2026.4.4
# via tiktoken
requests==2.33.1
# via
# datasets
# deepeval
# google-api-core
# instructor
# langchain-classic
# langchain-community
# langsmith
# posthog
# requests-toolbelt
# tiktoken
requests-toolbelt==1.0.0
# via langsmith
rich==14.3.3
# via
# deepeval
# instructor
# ragas
# typer
rpds-py==0.30.0
# via
# jsonschema
# referencing
scikit-network==0.33.5
# via ragas
scipy==1.16.2
# via
# lightspeed-evaluation
# scikit-network
seaborn==0.13.2
# via lightspeed-evaluation
sentry-sdk==2.57.0
# via deepeval
setuptools==82.0.1
# via deepeval
shellingham==1.5.4
# via typer
six==1.17.0
# via
# posthog
# python-dateutil
sniffio==1.3.1
# via openai
sqlalchemy==2.0.43
# via
# langchain-classic
# langchain-community
# lightspeed-evaluation
tabulate==0.9.0
# via deepeval
tenacity==9.1.2
# via
# deepeval
# instructor
# langchain-community
# langchain-core
# lightspeed-evaluation
tiktoken==0.12.0
# via
# langchain-openai
# litellm
# ragas
tokenizers==0.22.2
# via
# langchain-huggingface
# litellm
tqdm==4.67.1
# via
# datasets
# deepeval
# huggingface-hub
# lightspeed-evaluation
# openai
# ragas
typer==0.24.1
# via
# deepeval
# huggingface-hub
# instructor
# ragas
typing-extensions==4.15.0
# via
# aiosignal
# anyio
# grpcio
# huggingface-hub
# langchain-core
# openai
# opentelemetry-api
# opentelemetry-sdk
# opentelemetry-semantic-conventions
# pydantic
# pydantic-core
# pytest-asyncio
# referencing
# sqlalchemy
# typing-inspect
# typing-inspection
typing-inspect==0.9.0
# via dataclasses-json
typing-inspection==0.4.2
# via
# pydantic
# pydantic-settings
tzdata==2026.1
# via pandas
urllib3==2.6.3
# via
# requests
# sentry-sdk
uuid-utils==0.14.1
# via
# langchain-core
# langsmith
wheel==0.46.3
# via deepeval
xxhash==3.6.0
# via
# datasets
# langgraph
# langsmith
yarl==1.23.0
# via aiohttp
zipp==3.23.0
# via importlib-metadata
zstandard==0.25.0
# via langsmith