Skip to content
Snippets Groups Projects
Commit be3688fb authored by pswain's avatar pswain
Browse files

change: updated pyproject.toml

new baby and omero groups
parent d967ba05
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -33,13 +33,16 @@ tqdm = ">=4.62.3"
xmltodict = ">=0.13.0"
zarr = ">=2.14.0"
[tool.poetry.group.omero]
optional = true
[tool.poetry.group.omero.dependencies]
omero-py = ">=5.6.2"
[tool.poetry.group.baby]
optional = true
[tool.poetry.group.baby.dependencies]
tensorflow = "2.13.1"
baby-seg = ">=0.30.6"
omero-py = { version = ">=5.6.2", optional = true }
[tool.poetry.extras]
omero = ["omero-py"]
[tool.black]
line-length = 79
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment