diff --git a/tools/cellxgene_census_builder/pyproject.toml b/tools/cellxgene_census_builder/pyproject.toml index df0220e85..6296722b0 100644 --- a/tools/cellxgene_census_builder/pyproject.toml +++ b/tools/cellxgene_census_builder/pyproject.toml @@ -34,7 +34,8 @@ dependencies= [ # recent cellxgene-census _readers_ are able to read the results of a Census build (writer). # The compatibility matrix is defined here: # https://github.com/TileDB-Inc/TileDB/blob/dev/format_spec/FORMAT_SPEC.md - "tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@5419994#egg=tiledbsoma&subdirectory=apis/python/", + #"tiledbsoma @ git+https://github.com/single-cell-data/TileDB-SOMA.git@5419994#egg=tiledbsoma&subdirectory=apis/python/", + "tiledbsoma==1.11.3", # TODO: Temporarily commenting out cellxgene-census package. Uncomment!!! # "cellxgene-census==1.12.0", "cellxgene-ontology-guide==0.6.1",