imbalanced-learn icon indicating copy to clipboard operation
imbalanced-learn copied to clipboard

[BUG] Missing python_requires in setup.py

Open gchlebus opened this issue 2 years ago • 1 comments

Describe the bug

setup.py:setup doesn't specify required python version via python_requires which leads to broken installations using pip with for example Python 3.7.

Steps/Code to Reproduce

Run with python 3.7 python -m pip install imbalanced-learn

gchlebus avatar Jul 19 '22 16:07 gchlebus

@gchlebus in the readme.rst they have already mentioned python >=3.8 is required for the installation.

nilesh05apr avatar Jul 23 '22 13:07 nilesh05apr

You need Python>=3.8

glemaitre avatar Dec 02 '22 23:12 glemaitre

Added python_requires in e3f50756cdc5bb57ed225b0a6c52f22a86dcab7a

glemaitre avatar Dec 03 '22 00:12 glemaitre