There was an error while loading. Please reload this page.
1 parent ff02a9e commit 8af4202Copy full SHA for 8af4202
pyproject.toml
@@ -23,8 +23,6 @@ giskard = [
23
24
25
26
-
27
28
[tool.pdm.scripts]
29
_.env = { GSK_DISABLE_ANALYTICS = "True", GISKARD_DEV_MODE = "True" }
30
# add "-n auto" to the pytest command to parallelize the execution
@@ -62,7 +60,6 @@ dev = [
62
60
"boto3>=1.34.88",
63
61
"scikit-learn==1.4.2",
64
]
65
66
ml_runtime = [
67
"langchain>=0.0.275, <0.3",
68
"langchain-community",
@@ -179,7 +176,7 @@ dependencies = [
179
176
"num2words>=0.5.13",
180
177
"griffe>=1.0.0,<2.0.0",
181
178
"ipython",
182
- ]
+]
183
184
[project.optional-dependencies]
185
llm = [
0 commit comments