Update dependencies to use new OpenCV wheel compiled against numpy v2
This commit is contained in:
parent
ecfa0aa479
commit
51346e45fe
1 changed files with 4 additions and 3 deletions
|
|
@ -17,14 +17,15 @@ classifiers = [
|
|||
dependencies = [
|
||||
"labthings-fastapi[server] == 0.0.7",
|
||||
"labthings-sangaboard",
|
||||
"camera-stage-mapping ~= 0.1.8",
|
||||
"opencv-python ~= 4.7.0",
|
||||
"camera-stage-mapping ~= 0.1.10",
|
||||
"opencv-python ~= 4.11.0",
|
||||
"pillow ~= 10.4",
|
||||
"anyio ~= 4.0",
|
||||
"numpy ~= 1.20",
|
||||
"numpy ~= 2.2",
|
||||
"scipy ~=1.14",
|
||||
"piexif",
|
||||
"pydantic ~= 2.10.6",
|
||||
"simplejpeg >= 1.8.2",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue