Merged PR 390: Updated pyproject.toml

ADD deepdiff to dependency list

Related work items: #2637
This commit is contained in:
Marek Wolan
2024-05-31 10:30:47 +00:00

View File

@@ -41,7 +41,8 @@ dependencies = [
"typer[all]==0.9.0",
"pydantic==2.7.0",
"ray[rllib] >= 2.9, < 3",
"ipywidgets"
"ipywidgets",
"deepdiff"
]
[tool.setuptools.dynamic]