[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "model_server" license = {file = "LICENSE"} version = "2024.07.01" authors = [ { name="Christopher Rhodes", email="christopher.rhodes@embl.de" }, ] description = "Service for analyzing microscope images" readme = "README.md" requires-python = ">=3.9" dependencies = [ "czifile", "fastapi >= 0.101", "ilastik ~= 1.4.1", "imagecodecs", "jupyterlab", "matplotlib", "numpy ~= 1.22.4", "pandas ~= 1.5.3", "pillow", "pydantic ~= 1.10.1", "pytorch ~= 1.13.1", "scikit-image >= 0.21.0", "scikit-learn >= 1.5.0", "tifffile", "uvicorn >= 0.23.0", "zstd ~= 1.5.5", ] [project.urls] Homepage = "https://git.embl.de/rhodes/model_server" Issues = "https://git.embl.de/rhodes/model_server/-/issues"