fix(garak):

This commit is contained in:
Alexander Myasoedov
2024-12-23 16:45:04 +02:00
parent 846fa1697d
commit 4cf9f1b32c
+2 -1
View File
@@ -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