From 4da238c1b58fb415fbaea6ae96deb89eefcdcb62 Mon Sep 17 00:00:00 2001 From: Giovanni Ortolani Date: Thu, 9 Jan 2025 10:26:18 +0100 Subject: [PATCH] Increase anndata version to 0.11. (#166) Increase anndata version to 0.11. --------- Co-authored-by: giogix2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c471eef..b5f41b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "helical" -version = "0.0.1a16" +version = "0.0.1a17" authors = [ { name="Helical Team", email="support@helical-ai.com" }, ] @@ -22,7 +22,7 @@ license = {file = "LICENSE"} dependencies = [ 'requests==2.32.2', 'pandas==2.2.2', - 'anndata==0.10.7', + 'anndata==0.11', 'numpy==1.26.4', 'scikit-learn>=1.2.2', 'scipy==1.13.1',