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"