Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change min sklearn version to 0.21.3 #334

Merged

Conversation

mvargas33
Copy link
Contributor

Reviewing the release notes of sklearn (here), I realized that the version that is being checked in CI is 0.20.3 wich has an official support for Python 2.7 and 3.4 only.

This is inconsistent, because metric_learn only supports Python 3.6+.

Then, the minimum version of sklearn allowed should be 0.21.3 wich is the older version officially supporting Python 3.6. Also the older version with documentation (here).

There should also be restrictions to numpy and scipy, to at least match the minimum versions required for sklearn 0.21.3.

For the CI, only Python 3.6 and 3.7 should be checked, as only these verions are officially supported by sklearn 0.21.3

Modified: setup.py, readme, docs and CI

Copy link
Member

@bellet bellet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@terrytangyuan terrytangyuan merged commit 7a2a49d into scikit-learn-contrib:master Oct 8, 2021
@mvargas33 mvargas33 deleted the update-sklearn branch October 18, 2021 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants