From fef8aeed40a97ecf7c864376c243662d0961bc9d Mon Sep 17 00:00:00 2001 From: Nikolas Theologitis Date: Thu, 9 Jan 2025 11:36:11 +0200 Subject: [PATCH] Updated Glance requirements Signed-off-by: Nikolas Theologitis --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e50354..f8a960f 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,8 @@ "scikit-learn==1.5.2", "dice-ml==0.11", "tqdm==4.66.1", - "igraph==0.11.4" + "igraph==0.11.4", + "colorama==0.4.6" ], }