From ad388a71c991e13169f43b7ba12f605c263a1c0d Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 1 Jul 2024 16:30:40 +0200 Subject: [PATCH] move spatialdata to dev env --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38982f8..1434994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,6 @@ readme = "README.md" dependencies = [ "setuptools", - "spatialdata@git+https://github.com/leoschwarz/spatialdata@py3_12-support", - "spatialdata-plot>=0.2.1", "alphapept>=0.5.2", "altair>=5.2.0", "h5py>=3.10.0", @@ -64,7 +62,9 @@ dev = [ "xmltodict", "licensecheck", "hdbscan", - "nox[uv]" + "nox[uv]", + "spatialdata@git+https://github.com/leoschwarz/spatialdata@py3_12-support", + "spatialdata-plot>=0.2.1", ] # potentially relevant in the future again: