diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index 77c10fa56..19b564c0d 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -31,9 +31,9 @@ dependencies= [ # NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to # ensure that the assets are readable (tiledbsoma supports backward compatible reading). # Make sure this version does not fall behind the builder's tiledbsoma version. - "tiledbsoma~=1.9.1", + "tiledbsoma==1.11.3", "anndata", - "numpy>=1.21", + "numpy>=1.21,<2.0", "requests", "typing_extensions", "s3fs>=2021.06.1", diff --git a/api/r/cellxgene.census/DESCRIPTION b/api/r/cellxgene.census/DESCRIPTION index 558ed048a..e90bd7b00 100644 --- a/api/r/cellxgene.census/DESCRIPTION +++ b/api/r/cellxgene.census/DESCRIPTION @@ -1,6 +1,6 @@ Package: cellxgene.census Title: CZ CELLxGENE Discover Cell Census -Version: 1.13.1 +Version: 1.14.0 Authors@R: person("Chan Zuckerberg Initiative Foundation", email = "soma@chanzuckerberg.com", role = c("aut", "cre", "cph", "fnd"))