Fix: uv sync cause error due to mmcv#8
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR updates the project's dependency management by migrating from Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~22 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixes the
uv syncfailure caused bymmcv, related to #5.This PR adjusts the dependency setup to avoid the current
mmcvinstallation problem duringuv sync, so the project environment can be created successfully.Changes
mmcvissueuv synccomplete successfully in the local development environmentNotes
This is a temporary fix.
Because of the
mmcvversion / API differences,docker composemay still fail to run correctly. That compatibility issue is not fully resolved in this PR and will need to be handled in a follow-up update.Related
Summary by CodeRabbit
Chores
Bug Fixes