diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 8c03d08f95..ff2df00a4a 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -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") diff --git a/projects/rocprofiler-compute/requirements.txt b/projects/rocprofiler-compute/requirements.txt index 69beb6c77b..ced0520724 100644 --- a/projects/rocprofiler-compute/requirements.txt +++ b/projects/rocprofiler-compute/requirements.txt @@ -10,3 +10,4 @@ tabulate tqdm dash-svg dash-bootstrap-components +kaleido