File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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-
6663ml_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 ]
185182llm = [
@@ -326,4 +323,4 @@ env = ["WANDB_MODE=disabled"]
326323
327324[tool .deptry ]
328325extend_exclude = [" .history" ]
329- ignore_notebooks = true
326+ ignore_notebooks = true
You can’t perform that action at this time.
0 commit comments