From f0fb87f2869170b3a2bd7aae6d672aacd23cbe1d Mon Sep 17 00:00:00 2001 From: Johannes Lange Date: Fri, 17 Apr 2026 13:57:48 +0200 Subject: [PATCH] added missing necessary dependencies to setup.py rich, tensorboard, tensorboardx --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e89eb0..aebfbdc 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,10 @@ 'sympy', 'pyyaml', 'opt_einsum', - 'scikit-learn' + 'scikit-learn', + 'rich', + 'tensorboard', + 'tensorboardx' ], classifiers=[ 'Development Status :: 5 - Production/Stable',