#2472: apply PR suggestions

This commit is contained in:
Czar Echavez
2024-05-17 11:17:00 +01:00
parent 7530b5b7a6
commit 8e17151696
3 changed files with 5 additions and 5 deletions

View File

@@ -41,8 +41,7 @@ dependencies = [
"typer[all]==0.9.0",
"pydantic==2.7.0",
"ray[rllib] >= 2.9, < 3",
"ipywidgets",
"nbsphinx==0.9.4"
"ipywidgets"
]
[tool.setuptools.dynamic]
@@ -72,7 +71,8 @@ dev = [
"setuptools==66",
"Sphinx==7.1.2",
"sphinx-copybutton==0.5.2",
"wheel==0.38.4"
"wheel==0.38.4",
"nbsphinx==0.9.4"
]
[project.scripts]