#915 - typer==0.9.0 added to pyproject.toml

This commit is contained in:
Chris McCarthy
2023-06-08 08:56:39 +01:00
parent 58186dc958
commit 92334133c9

View File

@@ -30,7 +30,8 @@ dependencies = [
"networkx==3.1",
"numpy==1.23.5",
"PyYAML==6.0",
"stable-baselines3==1.6.2"
"stable-baselines3==1.6.2",
"typer==0.9.0"
]
[tool.setuptools.dynamic]