From 4b3a1387f3810a30b5bf1ae73bcf53edaa99d35d Mon Sep 17 00:00:00 2001 From: joaomamede <46799914+joaomamede@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:17:23 -0600 Subject: [PATCH] Update setup.cfg --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index cd00588..2ed2617 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,10 @@ install_requires = numpy magicgui qtpy + pyqtgraph + scikit-learn + trackpy + scipy python_requires = >=3.8 include_package_data = True