From 0f9d3a43db43e017e4a3615fd09269deba9cd3e0 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Mon, 2 Oct 2023 13:11:05 +0200 Subject: [PATCH] Add scipy to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 100590d..c484a97 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ 'Orange3 >=3.31.1', 'orange-widget-base', 'scikit-learn', + 'scipy', 'pyqtgraph', ]