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