From 4cf9f1b32cb137deb80d08329c74b6b7f0f76190 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Mon, 23 Dec 2024 16:45:04 +0200 Subject: [PATCH] fix(garak): --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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