We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe8f48 commit 143535dCopy full SHA for 143535d
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
]
11
description = "A specialized toolkit for scaling experimental research with Foundation Models."
12
readme = "README.md"
13
-requires-python = ">=3.11.11"
+requires-python = ">=3.11"
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
"Operating System :: OS Independent",
@@ -23,6 +23,14 @@ dependencies = [
23
"requests",
24
"pyyaml",
25
"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
+
34
35
36
[project.optional-dependencies]
0 commit comments