Skip to content

Commit

Permalink
Bump tiledbsoma pin to >=1.15.3 (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup authored Jan 24, 2025
1 parent 532689e commit fbb00fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/cellxgene_census/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.12.3,!=1.14.1,<1.15",
"tiledbsoma>=1.15.3",
"anndata",
"numpy>=1.23,<2.0",
"requests",
Expand Down

0 comments on commit fbb00fe

Please sign in to comment.