Skip to content

Commit

Permalink
[python] Pin tiledbsoma~=1.4.3 in Python API (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-gar authored Sep 6, 2023
1 parent e3a0912 commit 322e019
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 @@ -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",
Expand Down

0 comments on commit 322e019

Please sign in to comment.