From ff6eadb16104ef84f48486e51f0416fcf0b44a3a Mon Sep 17 00:00:00 2001 From: Mani <55563282+saimani5@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:06:39 -0400 Subject: [PATCH] Update setup.py Removed scipy and sklearn from extra_requirements --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2a22ffef..6afac1eb 100644 --- a/setup.py +++ b/setup.py @@ -69,8 +69,7 @@ # https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies extras_require={ 'MPI': ["mpi4py"], - 'File_Widgets': ['pyqt5'], - 'fitter': ['scipy', 'sklearn'] + 'File_Widgets': ['pyqt5'] }, # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these