We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fc6c5 commit cab2d5fCopy full SHA for cab2d5f
pyproject.toml
@@ -37,6 +37,7 @@ dependencies = [
37
"optuna",
38
"pydantic~=2.0",
39
"structlog",
40
+ "jinja2"
41
]
42
43
[project.optional-dependencies]
@@ -118,6 +119,7 @@ rich = "^13.7.1"
118
119
psycopg2 = { version = "^2.9.9", optional = true }
120
pgvector = { version = "^0.2.5", optional = true }
121
structlog = "^24.1.0"
122
+jinja2 = "^3.1.3"
123
124
125
[tool.poetry.group.dev.dependencies]
0 commit comments