Use published packages

I've published [pre]releases on PyPI. This commit uses the mos recent releases of labthings-picamera2 and camera-stage-mapping.
This commit is contained in:
Richard Bowman 2024-12-16 17:55:25 +00:00
parent 83e10b125b
commit e8ae496d08

View file

@ -17,15 +17,13 @@ classifiers = [
dependencies = [
"labthings-fastapi[server] == 0.0.7",
"labthings-sangaboard",
"camera-stage-mapping ~= 0.1.6",
"numpy ~= 1.20",
"piexif",
"scipy ~= 1.6",
"camera-stage-mapping ~= 0.1.7",
"opencv-python ~= 4.7.0",
"pillow ~= 10.4",
"anyio ~= 4.0",
"numpy < 2.0",
"numpy ~= 1.20",
"scipy ~=1.14",
"piexif",
]
[project.optional-dependencies]
@ -38,7 +36,7 @@ dev = [
"pytest",
]
pi = [
"labthings-picamera2 == 0.0.1-dev2",
"labthings-picamera2 == 0.0.2-dev0",
]
[project.scripts]