Merge branch 'dev' into feature/2588-minimal-deps

This commit is contained in:
Marek Wolan
2024-05-31 12:11:16 +01:00
3 changed files with 171 additions and 2 deletions

View File

@@ -38,7 +38,8 @@ dependencies = [
"PyYAML==6.0",
"typer[all]==0.9.0",
"pydantic==2.7.0",
"ipywidgets"
"ipywidgets",
"deepdiff"
]
[tool.setuptools.dynamic]