Add Python dependency for static file saving

Signed-off-by: colramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 813ce52fc1]
This commit is contained in:
colramos425
2023-01-19 12:40:14 -06:00
förälder 4aa443b33f
incheckning 2f69f54bbb
2 ändrade filer med 3 tillägg och 1 borttagningar
+2 -1
Visa fil
@@ -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")
@@ -10,3 +10,4 @@ tabulate
tqdm
dash-svg
dash-bootstrap-components
kaleido