From 2da74ca35aa5d1ebc4df62401a6d813c613eda57 Mon Sep 17 00:00:00 2001 From: Blampey Quentin Date: Fri, 29 Mar 2024 10:43:23 +0100 Subject: [PATCH] add setuptools --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8ad17973..3c78a451 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4758,7 +4758,7 @@ stdlib_list = "*" name = "setuptools" version = "69.2.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -optional = true +optional = false python-versions = ">=3.8" files = [ {file = "setuptools-69.2.0-py3-none-any.whl", hash = "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"}, @@ -5967,4 +5967,4 @@ wsi = ["opencv-python", "tiffslide", "torch"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "3934c277a8c2dbc525f67f5e1acb7f451aa5659c997a1f4680e6206911b4649b" +content-hash = "7385b42f2e13e719fc1820606590d7d7a59be978e15964cc04ed6b49a846848b" diff --git a/pyproject.toml b/pyproject.toml index 2b792a6f..65185eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ spatialdata-io = ">=0.1.1" scanpy = ">=1.9.5,!=1.9.7" botocore = "1.34.19" typer = ">=0.9.0" +setuptools = ">=69.2.0" cellpose = { version = ">=3.0.5", optional = true } opencv-python = { version = ">=4.8.0.76", optional = true }