From ad468b3d5edb24ac454716131db0667380b01aa5 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Wed, 20 Nov 2024 14:05:32 -0500 Subject: [PATCH] Support 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 e04c3e144..a03f50500 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.12.3,!=1.14.1", "anndata", - "numpy>=1.23,<2.0", + "numpy>=1.23,<3.0", "requests", "typing_extensions", "s3fs>=2021.06.1",