Newer
Older
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

Christopher Randolph Rhodes
committed
name = "model_server"
license = {file = "LICENSE"}
authors = [
{ name="Christopher Rhodes", email="christopher.rhodes@embl.de" },
]
description = "Service for analyzing microscope images"
readme = "README.md"
requires-python = ">=3.9"

Christopher Randolph Rhodes
committed
dependencies = [
"czifile",

Christopher Randolph Rhodes
committed
"fastapi >= 0.101",
"ilastik ~= 1.4.1",

Christopher Randolph Rhodes
committed
"imagecodecs",
"jupyterlab",
"matplotlib",

Christopher Randolph Rhodes
committed
"numpy ~= 1.22.4",
"pandas ~= 1.5.3",

Christopher Randolph Rhodes
committed
"pillow",

Christopher Randolph Rhodes
committed
"pydantic ~= 1.10.1",
"pytorch ~= 1.13.1",
"scikit-image >= 0.21.0",
"scikit-learn >= 1.5.0",

Christopher Randolph Rhodes
committed
"tifffile",

Christopher Randolph Rhodes
committed
"uvicorn >= 0.23.0",
"zstd ~= 1.5.5",

Christopher Randolph Rhodes
committed
]
[project.urls]
Homepage = "https://git.embl.de/rhodes/model_server"
Issues = "https://git.embl.de/rhodes/model_server/-/issues"