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",

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

Christopher Randolph Rhodes
committed
"pandas",

Christopher Randolph Rhodes
committed
"pillow",

Christopher Randolph Rhodes
committed
"pydantic ~=1.10.1",
"pytorch ==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",

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