Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Removed scipy and sklearn from extra_requirements
  • Loading branch information
saimani5 authored Apr 8, 2022
1 parent b7c7457 commit ff6eadb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff6eadb

Please sign in to comment.