From 322e019e0c67ab42f27838f1eb3c50ade8ad84ad Mon Sep 17 00:00:00 2001 From: pablo-gar Date: Wed, 6 Sep 2023 15:51:30 -0700 Subject: [PATCH] [python] Pin `tiledbsoma~=1.4.3` in Python API (#756) --- 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 04e7c8399..dd1ff1649 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -31,7 +31,7 @@ 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.4.3", + "tiledbsoma~=1.4.3", "anndata", "numpy>=1.21,<1.25", # numpy is constrained by numba and the old pip solver "requests",