Skip to content

Commit 486a2f4

Browse files
Pin tiledbsoma to fc5f8e7 to fix census builder tests
1 parent b1af225 commit 486a2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/python/cellxgene_census/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies= [
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.
3434
# TODO (spatial): Pin tiledbsoma dependency to an actual released version after tiledbsoma spatial code has been released
35-
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@16f481f#egg=tiledbsoma&subdirectory=apis/python/",
35+
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@fc5f8e7#egg=tiledbsoma&subdirectory=apis/python/",
3636
"anndata",
3737
"numpy>=1.21,<2.0",
3838
"requests",

tools/cellxgene_census_builder/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies= [
3535
# The compatibility matrix is defined here:
3636
# https://github.com/TileDB-Inc/TileDB/blob/dev/format_spec/FORMAT_SPEC.md
3737
# TODO (spatial): Pin tiledbsoma dependency to an actual released version after tiledbsoma spatial code has been released
38-
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@16f481f#egg=tiledbsoma&subdirectory=apis/python/",
38+
"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@fc5f8e7#egg=tiledbsoma&subdirectory=apis/python/",
3939
# TODO (spatial): Uncomment line below to install "cellxgene-census" at an appropriate version when tiledbsoma spatial code has been released
4040
# "cellxgene-census==1.12.0",
4141
"cellxgene-ontology-guide==0.6.1",

0 commit comments

Comments
 (0)