Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"h5py==3.16.0",
"scipy==1.15.3",
"opencv-python==4.13.0.92",
"opencv-python==5.0.0.93",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Lockfile Keeps Old OpenCV

This line now requires opencv-python==5.0.0.93, but the checked-in lockfile still resolves opencv-python to 4.13.0.92 and records the old specifier. Any workflow using uv sync will keep installing OpenCV 4 while project metadata says OpenCV 5, so the upgrade is silently skipped and compatibility problems can be hidden until the lockfile is refreshed.

"deepdiff==9.1.0",
"numpy>=1.22.2,<2.3.0",
"matplotlib==3.10.9",
Expand Down
Loading