Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
fixed version for opencv-contrib-python in toml
  • Loading branch information
codecliff committed Mar 31, 2024
1 parent 241a472 commit beb9e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_sources = [
]

requires = [
"opencv-contrib-python~=4.8",
"opencv-contrib-python==4.8.1.78",
"PySide2~=5.15",
"mediapipe~=0.10",
"numpy~=1.19",
Expand Down

0 comments on commit beb9e8f

Please sign in to comment.