Merge branch 'use-numpy2' into 'v3'

Use NumPy v2 and new wheel for opencv

See merge request openflexure/openflexure-microscope-server!258
This commit is contained in:
Julian Stirling 2025-05-14 12:37:06 +00:00
commit 457d68b63c

View file

@ -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]