Skip to content

Make MMCV and MMEngine Upper Version Bound Inclusive #12304

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

Closed
wants to merge 1 commit into from

Conversation

AngleSideAngle
Copy link

Motivation

When trying to build mmdetection from source, the build was unsuccessful because "AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0." This may be intended behavior, but I suspect maximum version is supposed to be inclusive.

Modification

I replaced < with <= for maximum version checking of mmcv and mmengine.

Replaced < with <= for maximum version checking of mmcv and mmengine
@CLAassistant
Copy link

CLAassistant commented Feb 9, 2025

CLA assistant check
All committers have signed the CLA.

@AngleSideAngle AngleSideAngle changed the title Update __init__.py Make MMCV and MMEngine Upper Version Bound Inclusive Feb 9, 2025
@AngleSideAngle
Copy link
Author

Looks like this is a duplicate of #11789

@AngleSideAngle AngleSideAngle deleted the patch-1 branch February 9, 2025 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants