#917 - Fixed primaite_config.yaml issue in cli.py

- Added kaleido to deps in pyproject.toml
This commit is contained in:
Chris McCarthy
2023-06-30 11:40:26 +01:00
parent cf09202e96
commit 00185d3dad
2 changed files with 7 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ classifiers = [
dependencies = [
"gym==0.21.0",
"jupyterlab==3.6.1",
"kaleido==0.2.1",
"matplotlib==3.7.1",
"networkx==3.1",
"numpy==1.23.5",