From 0d61ebc6ba9f53fb8aea13c5bfb9af843b5c317d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:47:33 +0000 Subject: [PATCH] Update Python to >3.13,<3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae189c7..2bee3bf 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Miles Smith "] license = "BSD-3" [tool.poetry.dependencies] -python = ">3.8.3,<3.10" +python = ">3.13,<3.14" anndata = ">=0.8.0rc1" umap-learn = "^0.5.2" ForceAtlas2 = "^1.0"