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",