Update labthings-api dep and also the version number for alpha release
This commit is contained in:
parent
13c63f8481
commit
2aa7d0f6be
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "openflexure-microscope-server"
|
name = "openflexure-microscope-server"
|
||||||
version = "3.0.0.dev0"
|
version = "3.0.0.alpha1"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
|
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
|
||||||
{ name="Joel Collins" },
|
{ name="Joel Collins" },
|
||||||
|
|
@ -15,7 +15,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"labthings-fastapi[server] == 0.0.7",
|
"labthings-fastapi[server] == 0.0.8",
|
||||||
"labthings-sangaboard",
|
"labthings-sangaboard",
|
||||||
"camera-stage-mapping ~= 0.1.10",
|
"camera-stage-mapping ~= 0.1.10",
|
||||||
"opencv-python ~= 4.11.0",
|
"opencv-python ~= 4.11.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue