Update dependency scikit-learn to v1.9.0#3225
Conversation
| numpy>=2.0.0 ; python_version >= '3.12' | ||
| scikit-learn==1.7.2 ; python_version <= '3.10' | ||
| scikit-learn==1.8.0 ; python_version >= '3.11' | ||
| scikit-learn==1.9.0 ; python_version <= '3.10' |
There was a problem hiding this comment.
| scikit-learn==1.9.0 ; python_version <= '3.10' | |
| scikit-learn==1.7.2 ; python_version <= '3.10' |
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/intelci: run |
|
@david-cortes-intel looks like there is private CI fail related to (see GPU test runs,NameError: name 'torch' is not defined)
|
Should be fixed here: |
c96eff3 to
21e8929
Compare
|
/intelci: run |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
/intelci: run |
|
Tests were failing in the CondaRecipe due to numpy 1.26 being installed, leading to failures in the tests that I've since updated to have numpy version checks. The CI is now green but important to note that numpy 1.26 is still getting installed in the test step of conda recipe. This can be directly addressed by adding in a lower limit to numpy version (ie numpy >=2,<3) but considering we support some numpy 1.X versions I am not forcing that here. Open question on whether we want to ensure the single CondaRecipe CI run uses a more relevant numpy version in test step, but planning to merge this as is. |
|
Something is crashing in spmd tests. Looking into it. |
|
reproduced but wont have fix til monday |
This PR contains the following updates:
==1.8.0→==1.9.0==1.7.2→==1.9.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
scikit-learn/scikit-learn (scikit-learn)
v1.9.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.