Skip to content

Conversation

@tonyhoo
Copy link
Contributor

@tonyhoo tonyhoo commented Apr 8, 2025

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.

@tonyhoo tonyhoo added the run-multi-gpu Run multimodal multi-gpu tests label Apr 8, 2025
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
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

@suzhoum suzhoum left a comment

Choose a reason for hiding this comment

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

LGTM!

@tonyhoo tonyhoo merged commit 8cf3ea9 into autogluon:master Apr 10, 2025
54 of 56 checks passed
@tonyhoo tonyhoo deleted the dep_update branch April 10, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-multi-gpu Run multimodal multi-gpu tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants