From 8109228f023e390bb520aa07b77203faf672a9b8 Mon Sep 17 00:00:00 2001 From: cfallows-amd Date: Mon, 10 Mar 2025 15:16:14 -0400 Subject: [PATCH] Force kaleido version to be no greater than 0.2.1 (#599) Higher versions (eg. 0.4.1) have external dependencies that are causing errors and forcing early exits without creating roof plots Signed-off-by: Carrie Fallows [ROCm/rocprofiler-compute commit: fd288e6d13c34e29aa25cd882b4c0cee7e21b55b] --- projects/rocprofiler-compute/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/requirements.txt b/projects/rocprofiler-compute/requirements.txt index c518da533c..e442f2b0f8 100644 --- a/projects/rocprofiler-compute/requirements.txt +++ b/projects/rocprofiler-compute/requirements.txt @@ -10,6 +10,6 @@ tabulate tqdm dash-svg dash-bootstrap-components -kaleido +kaleido==0.2.1 setuptools plotille