-
Notifications
You must be signed in to change notification settings - Fork 1.1k
update dependency with latest versions #5020
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
Conversation
@@ -17,13 +17,13 @@ | |||
# Only put packages here that would otherwise appear multiple times across different module's setup.py files. | |||
DEPENDENT_PACKAGES = { | |||
"boto3": ">=1.10,<2", # <2 because unlikely to introduce breaking changes in minor releases. >=1.10 because 1.10 is 3 years old, no need to support older | |||
"numpy": ">=1.25.0,<2.1.4", # "<{N+3}" upper cap, where N is the latest released minor version, assuming no warnings using N | |||
"numpy": ">=1.25.0,<2.3.0", # "<{N+3}" upper cap, where N is the latest released minor version, assuming no warnings using N |
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.
Just a note that numpy==1.26.x
is getting installed currently due to catboost cap catboost/catboost#2671
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.
The CatBoost support for NP 2.0 isn't released yet, so we'll leave it as is for now and update once the CatBoost release is complete.
Job PR-5020-8635bff is done. |
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!
Issue #, if available:
Description of changes:
update dependency with latest versions
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.