support numpy 2.4

This commit is contained in:
scito
2026-01-01 20:10:19 +01:00
committed by Roland Kurmann
parent 90e5fe3ac6
commit 6af1e80efb
5 changed files with 258 additions and 261 deletions

View File

@@ -43,7 +43,7 @@ dependencies = [
"opencv-contrib-python",
"numpy>=2.0,<2.1 ; python_version >= '3.9' and python_version < '3.10'",
"numpy>=2.2,<2.3 ; python_version >= '3.10' and python_version < '3.11'",
"numpy>=2.3,<3.0 ; python_version >= '3.11'",
"numpy>=2.4,<3.0 ; python_version >= '3.11'",
"Pillow",
"protobuf",
"pyzbar",