-
Notifications
You must be signed in to change notification settings - Fork 58
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
CI: properly test min and dev #258
Conversation
This looks as expected now. The envs with old pin pass, latest fail due to scikit-learn regression, dev passes again as that regression was fixed on sklearn main. I have also updated pins in requirements to reflect the actual minimum (or at least tested minimum). |
@martinfleis is there a specific issue or PR over in |
@jGaboardi I suppose scikit-learn/scikit-learn#26772 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* CI: properly test min and dev * better pins * fix nightly index * pin scipy to actual min req * update requirements.txt
Minor changes to CI environments to ensure that we check against minimal supported versions as well as against dev versions. That ensures that issues like #254 are caught sooner and that we know it affects only some versions of dependencies.