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

enforcing most recent build of scikit-learn #59

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Conversation

rosecers
Copy link
Collaborator

sklearn added an arpack initializer in 0.24.0 that was previously unavailable.

image

@rosecers rosecers requested a review from Luthaf February 10, 2021 13:09
@Luthaf
Copy link
Collaborator

Luthaf commented Feb 10, 2021

We should also update the version in docs/requirements.txt.

Why is that that the documentation needs a separate requirements.txt? It would be nice if it could use the same dependency already declared in setup.cfg

@rosecers
Copy link
Collaborator Author

@Luthaf updated the docs/requirements. Any thoughts on the failing tests?

@Luthaf
Copy link
Collaborator

Luthaf commented Feb 10, 2021

Looks like the project on pypi is not called sklearn but scikit-learn: https://pypi.org/project/sklearn/ points to https://pypi.org/project/scikit-learn/

setup.cfg Outdated
@@ -16,7 +16,7 @@ include_package_data = True
zip_safe = True
packages = find:
install_requires = numpy
sklearn
sklearn>="0.24.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should also change this one =)

sklearn added an arpack initializer in 0.24.0 that was previously unavailable.
@Luthaf
Copy link
Collaborator

Luthaf commented Feb 10, 2021

It looks like we lost code coverage status though =/

@rosecers
Copy link
Collaborator Author

It looks like we lost code coverage status though =/

What do you mean?

@Luthaf
Copy link
Collaborator

Luthaf commented Feb 10, 2021

If you click on "show all checks" near the green CI status, the codecov check is missing. Compare this with #38 which still have the check.

Looking through old PR, the last one with the check was #42, and the first one without was #44.

@rosecers rosecers merged commit 43658d3 into main Feb 15, 2021
@rosecers rosecers deleted the enforce-recent-sklearn branch February 15, 2021 13:47
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.

None yet

2 participants