From 0bb23b6f06adbd62ba37d1160189d174c6168f03 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Mon, 21 Aug 2023 09:07:41 +0200 Subject: [PATCH] Add pyqtgraph to dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 96b89f2..582ee3f 100755 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ 'gensim', 'Orange3>=3.34', 'orange-widget-base', + 'pyqtgraph', 'scipy', 'scikit-learn', ),