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

@@ -2,7 +2,7 @@ colorama>=0.4.6
opencv-contrib-python>=4.11.0
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.5,<3.0 ; python_version >= "3.11"
numpy>=2.4,<3.0 ; python_version >= "3.11"
Pillow
protobuf
pyzbar