Skip to content

Commit 8af4202

Browse files
Apply suggestions from code review
1 parent ff02a9e commit 8af4202

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ giskard = [
2323

2424

2525

26-
27-
2826
[tool.pdm.scripts]
2927
_.env = { GSK_DISABLE_ANALYTICS = "True", GISKARD_DEV_MODE = "True" }
3028
# add "-n auto" to the pytest command to parallelize the execution
@@ -62,7 +60,6 @@ dev = [
6260
"boto3>=1.34.88",
6361
"scikit-learn==1.4.2",
6462
]
65-
6663
ml_runtime = [
6764
"langchain>=0.0.275, <0.3",
6865
"langchain-community",
@@ -179,7 +176,7 @@ dependencies = [
179176
"num2words>=0.5.13",
180177
"griffe>=1.0.0,<2.0.0",
181178
"ipython",
182-
]
179+
]
183180

184181
[project.optional-dependencies]
185182
llm = [

0 commit comments

Comments
 (0)