We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237bf98 commit 3f734a4Copy full SHA for 3f734a4
api/python/cellxgene_census/pyproject.toml
@@ -31,8 +31,8 @@ dependencies= [
31
# NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to
32
# ensure that the assets are readable (tiledbsoma supports backward compatible reading).
33
# Make sure this version does not fall behind the builder's tiledbsoma version.
34
- # TODO: When ready to release 1.12.0 update tiledbsoma version to 1.9.0 and delete this temporary comment
35
- "tiledbsoma~=1.8.0",
+ # TODO: When ready to release 1.12.0 update tiledbsoma version to 1.9.x and delete this temporary comment
+ "tiledbsoma~=1.9.1",
36
"anndata",
37
"numpy>=1.21",
38
"requests",
0 commit comments