From c9c36777868d539c2c097c754de92382e793331d Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 27 Jul 2026 07:30:02 -0500 Subject: [PATCH] fix: missing scipy dependency required by metrics_features_utils --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 87c05ea..b945295 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ 'matplotlib', 'plotly', 'numpy', + 'scipy', ], entry_points={ "console_scripts": [