add uv to build.sh

This commit is contained in:
scito
2025-12-13 16:58:20 +01:00
committed by Roland Kurmann
parent c31ca93c53
commit e8838676b2
4 changed files with 935 additions and 329 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
colorama>=0.4.6
opencv-contrib-python
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,<3.0 ; python_version >= "3.11"
numpy>=2.3.5,<3.0 ; python_version >= "3.11"
Pillow
protobuf
pyzbar