Skip to content
Snippets Groups Projects
Commit 4cfb06af authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

svlt-core gets a pyproject.toml

parent 40310019
No related branches found
No related tags found
1 merge request!5Reorganized with namespace packages
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "svlt-core"
license = {file = "LICENSE"}
version = "2025.02.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",
"glasbey",
"imagecodecs",
"jupyterlab",
"matplotlib",
"numpy",
"pandas",
"pillow",
"pydantic ~=1.10.1",
"scikit-image >=0.21.0",
"scikit-learn >=1.5.0",
"tifffile",
"uvicorn >=0.23.0",
"zstd",
]
[project.urls]
Homepage = "https://git.embl.de/rhodes/model_server"
Issues = "https://git.embl.de/rhodes/model_server/-/issues"
\ No newline at end of file
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