From 5b0d762755904cf8f5e00308724f00a4c39cd938 Mon Sep 17 00:00:00 2001 From: Matteo Marchegiani Date: Thu, 29 Feb 2024 15:35:34 +0100 Subject: [PATCH] Include rich as requirement --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e89eb0..9649dcb 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ 'sympy', 'pyyaml', 'opt_einsum', - 'scikit-learn' + 'scikit-learn', + 'rich' ], classifiers=[ 'Development Status :: 5 - Production/Stable',