From 9139ff24f6d1e14cbab96cc9f2e1dc1106ca0e00 Mon Sep 17 00:00:00 2001 From: Isaac Virshup Date: Fri, 24 Jan 2025 19:41:30 +0000 Subject: [PATCH] Allow numpy 2 --- api/python/cellxgene_census/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index 99f39102d..95619b3a8 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -32,7 +32,7 @@ dependencies= [ # Make sure this version does not fall behind the builder's tiledbsoma version. "tiledbsoma>=1.15.3", "anndata", - "numpy>=1.23,<2.0", + "numpy>=1.23", "requests", "typing_extensions", "s3fs>=2021.06.1",