Add Python dependency for static file saving

Signed-off-by: colramos425 <colramos@amd.com>
This commit is contained in:
colramos425
2023-01-19 12:40:14 -06:00
parent fca1001a4c
commit 813ce52fc1
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ set(pythonDeps
"tabulate"
"tqdm"
"dash_svg"
"dash_bootstrap_components")
"dash_bootstrap_components"
"kaleido")
message(STATUS "Checking for required Python package dependencies...")
set_property(GLOBAL PROPERTY pythonDepsFlag "groovy")
+1
View File
@@ -10,3 +10,4 @@ tabulate
tqdm
dash-svg
dash-bootstrap-components
kaleido