Skip to content

Commit c4ac2b5

Browse files
Add comments for clarity in pyproject.toml
1 parent 979cc07 commit c4ac2b5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/python/cellxgene_census/pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ dependencies= [
3131
# NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to
3232
# ensure that the assets are readable (tiledbsoma supports backward compatible reading).
3333
# Make sure this version does not fall behind the builder's tiledbsoma version.
34+
# TODO (spatial): tiledbsoma pin to a PyPI release is temporarily commented out in favor git commit pin
35+
# "tiledbsoma==1.11.4",
3436
# TODO (spatial): Pin tiledbsoma dependency to an actual released version after tiledbsoma spatial code has been released
3537
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@fc5f8e7#egg=tiledbsoma&subdirectory=apis/python/",
3638
"anndata",

tools/cellxgene_census_builder/pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies= [
3434
# recent cellxgene-census _readers_ are able to read the results of a Census build (writer).
3535
# The compatibility matrix is defined here:
3636
# https://github.com/TileDB-Inc/TileDB/blob/dev/format_spec/FORMAT_SPEC.md
37+
# TODO (spatial): tiledbsoma pin to a PyPI release is temporarily commented out in favor git commit pin
38+
# "tiledbsoma==1.9.3",
3739
# TODO (spatial): Pin tiledbsoma dependency to an actual released version after tiledbsoma spatial code has been released
3840
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@fc5f8e7#egg=tiledbsoma&subdirectory=apis/python/",
3941
# TODO (spatial): Uncomment line below to install "cellxgene-census" at an appropriate version when tiledbsoma spatial code has been released

0 commit comments

Comments
 (0)