From 0f0a5b03050157a97c3684742c0d18d316d2ce3e Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Mon, 9 Jun 2025 12:46:12 -0700 Subject: [PATCH] [clang] Update analyzer python requirement versions Signed-off-by: Sarnie, Nick --- clang/utils/analyzer/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/utils/analyzer/requirements.txt b/clang/utils/analyzer/requirements.txt index 8ae8bc88ac191..ed09161e5902e 100644 --- a/clang/utils/analyzer/requirements.txt +++ b/clang/utils/analyzer/requirements.txt @@ -1,6 +1,6 @@ graphviz humanize matplotlib -pandas -psutil +pandas>=1.0.4 +psutil>=5.6.6 seaborn