fix: remove opencv pin
CI / lint (pull_request) Successful in 20s
CI / test (3.11) (pull_request) Successful in 25s
CI / test (3.13) (pull_request) Successful in 23s
CI / test (3.12) (pull_request) Successful in 26s
CI / lint (push) Successful in 18s
Build and Publish / release (push) Successful in 16s
CI / test (3.11) (push) Successful in 23s
CI / test (3.12) (push) Successful in 23s
CI / test (3.13) (push) Successful in 22s

This commit was merged in pull request #16.
This commit is contained in:
2026-08-03 13:43:32 +02:00
parent de5db24ff8
commit 84836fd76a
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies = [
"pydantic",
"numpy",
"scipy",
"opencv-python",
"opencv-python-headless",
"pillow"
]