From 61ccb9ac07ba5a20bcd9d0506abe14989f6cd165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:31:49 +0000 Subject: [PATCH] Update anndata requirement from ~=0.11.0 to >=0.11,<0.11 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.10.9) --- updated-dependencies: - dependency-name: anndata dependency-version: 0.10.9 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 2058b82f5..da4a71e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "celldega" version = "0.13.0a4" readme = "README.md" dependencies = [ - "anndata~=0.11.0", + "anndata>=0.11,<0.11", "anywidget~=0.9.18", "dask~=2024.11.0", "geopandas~=0.14.0",