Skip to content

Commit

Permalink
Merge pull request #59 from emanuele-albini/patch-1
Browse files Browse the repository at this point in the history
Bug fix: imbalanced-learn dependency
  • Loading branch information
LastShekel authored Feb 22, 2023
2 parents 97c2d0e + 0d7f14c commit a2e61e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ITMO_FS/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__title__ = "ITMO_FS"
__uri__ = "https://github.com/ctlab/ITMO_FS"

__version__ = "0.3.4"
__version__ = "0.3.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
LICENSE = 'new BSD'
DOWNLOAD_URL = 'https://github.com/ctlab/ITMO_FS'
VERSION = about["__version__"],
INSTALL_REQUIRES = ['numpy', 'scipy', 'scikit-learn', 'imblearn', 'qpsolvers']
INSTALL_REQUIRES = ['numpy', 'scipy', 'scikit-learn', 'imbalanced-learn', 'qpsolvers']
CLASSIFIERS = ['Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'License :: OSI Approved',
Expand Down

0 comments on commit a2e61e2

Please sign in to comment.