From 4b3950898c1994f63d9c389e4248ceaaec5818c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:10:05 +0000 Subject: [PATCH] Update anndata requirement from ~=0.11.0 to >=0.11,<0.13 Updates the requirements on [anndata](https://github.com/scverse/anndata) to permit the latest version. - [Release notes](https://github.com/scverse/anndata/releases) - [Changelog](https://github.com/scverse/anndata/blob/main/docs/news.md) - [Commits](https://github.com/scverse/anndata/compare/0.11.0...0.12.2) --- updated-dependencies: - dependency-name: anndata dependency-version: 0.12.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb523ce7..e5b06f4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "celldega" version = "0.14.3" readme = "README.md" dependencies = [ - "anndata~=0.11.0", + "anndata>=0.11,<0.13", "anywidget~=0.9.18", "dask~=2024.11.0", "geopandas~=0.14.0",