-
Notifications
You must be signed in to change notification settings - Fork 631
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
[MNT] Fix dependency issues and CI runners: numpy2
, optuna
, requests
, MacOS MPS
#1599
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Nice!
Could you kindly split this up into two PR, "notebook" and "other" fixes?
numpy2
optuna
and requests
Notebooks are seperated to #1615. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1599 +/- ##
==========================================
- Coverage 90.05% 90.04% -0.01%
==========================================
Files 30 30
Lines 4724 4722 -2
==========================================
- Hits 4254 4252 -2
Misses 470 470
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@fkiraly It seems that new macos runners with Apple silicon don’t have access to MPS hardware. Setting it to |
numpy2
optuna
and requests
numpy2
, optuna
, requests
, MacOS MPS
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.
Thanks for splitting the PR.
Fixes #1594, fixes #1595, fixes #1596
Added or moved some dependencies to core dependency set.
Fixed some
numpy2
andoptuna-integrations
problems.requests
replaced byurllib.request.urlretrieve
.