Skip to content

Commit 143535d

Browse files
author
Siba Rajendran
committed
fixing dependencies
1 parent 1fe8f48 commit 143535d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "A specialized toolkit for scaling experimental research with Foundation Models."
1212
readme = "README.md"
13-
requires-python = ">=3.11.11"
13+
requires-python = ">=3.11"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Operating System :: OS Independent",
@@ -23,6 +23,14 @@ dependencies = [
2323
"requests",
2424
"pyyaml",
2525
"urllib3",
26+
"langchain==0.3.20",
27+
"langchain-aws==0.2.15",
28+
"dspy==2.6.11",
29+
"deepeval==2.5.2:,
30+
"json_repair==0.39.1",
31+
"Jinja2==3.1.6",
32+
"aiolimiter==1.2.1"
33+
2634
]
2735

2836
[project.optional-dependencies]

0 commit comments

Comments
 (0)