Skip to content

Commit 6f5bade

Browse files
authored
fix: unlock opecv fixed version from pyproject.toml
1 parent 3c88b8c commit 6f5bade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python = ">=3.8,<3.11"
3030
poethepoet = "^0.18.1"
3131
numpy = "1.24.1"
3232
pillow = "9.3.0"
33-
opencv-python = "4.6.0.66"
33+
opencv-python = "^4.6.0.66"
3434
albumentations = "^1.3.0"
3535
imgviz = "^1.7.2"
3636
torch = "^1.13.1"

0 commit comments

Comments
 (0)