#1706 - Fixed the "smart" merging of SimComponent that PyCharm performed. Integrated the Filesystem class into the Node. Added prettytable to deps in pyproject.toml

This commit is contained in:
Chris McCarthy
2023-08-08 20:30:37 +01:00
parent 9fbc3c91f7
commit a840159460
3 changed files with 6 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ dependencies = [
"platformdirs==3.5.1",
"plotly==5.15.0",
"polars==0.18.4",
"prettytable==3.8.0",
"PyYAML==6.0",
"stable-baselines3==1.6.2",
"tensorflow==2.12.0",