From 64b14daf290c1775480581cc92be7827ad60ecad Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Tue, 6 Dec 2022 16:38:06 +0100 Subject: [PATCH] setup.py - add missing dependencies --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44ea9b7..4aa9b2c 100644 --- a/setup.py +++ b/setup.py @@ -30,9 +30,13 @@ ] INSTALL_REQUIRES = [ - 'Orange3 >=3.31.1', + 'anyqt', 'BeautifulSoup4', 'numpy', + 'Orange3 >=3.31.1', + 'orange-widget-base', + 'scikit-learn', + 'pyqtgraph', ] EXTRAS_REQUIRE = {