Constrain numpy < 2
picamera2 fails to import with numpy 2.
This commit is contained in:
parent
d9c8a083fd
commit
db11e03321
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ dependencies = [
|
|||
"opencv-python ~= 4.7.0",
|
||||
"pillow ~= 10.4",
|
||||
"anyio ~= 4.0",
|
||||
"numpy < 2.0",
|
||||
"scipy ~=1.14",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue