diff --git a/pyproject.toml b/pyproject.toml index a975e00..572ad01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,8 @@ scikit-learn = "1.5.2" numpy = ">=1.24.3,<3.0.0" jinja2 = "^3.1.4" python-multipart = "^0.0.20" +# garak = { version = "*", optional = true } + [tool.poetry.group.dev.dependencies] pytest-asyncio = "^0.24.0" @@ -54,7 +56,6 @@ pre-commit = "^4.0.1" langchain-groq = "^0.2.0" huggingface-hub = "^0.25.1" pytest-httpx = "^0.35.0" -# garak = "*" [tool.ruff] line-length = 120