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:
parent
83e10b125b
commit
e8ae496d08
1 changed files with 4 additions and 6 deletions
|
|
@ -17,15 +17,13 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"labthings-fastapi[server] == 0.0.7",
|
"labthings-fastapi[server] == 0.0.7",
|
||||||
"labthings-sangaboard",
|
"labthings-sangaboard",
|
||||||
"camera-stage-mapping ~= 0.1.6",
|
"camera-stage-mapping ~= 0.1.7",
|
||||||
"numpy ~= 1.20",
|
|
||||||
"piexif",
|
|
||||||
"scipy ~= 1.6",
|
|
||||||
"opencv-python ~= 4.7.0",
|
"opencv-python ~= 4.7.0",
|
||||||
"pillow ~= 10.4",
|
"pillow ~= 10.4",
|
||||||
"anyio ~= 4.0",
|
"anyio ~= 4.0",
|
||||||
"numpy < 2.0",
|
"numpy ~= 1.20",
|
||||||
"scipy ~=1.14",
|
"scipy ~=1.14",
|
||||||
|
"piexif",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
@ -38,7 +36,7 @@ dev = [
|
||||||
"pytest",
|
"pytest",
|
||||||
]
|
]
|
||||||
pi = [
|
pi = [
|
||||||
"labthings-picamera2 == 0.0.1-dev2",
|
"labthings-picamera2 == 0.0.2-dev0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue