Skip to content

Commit

Permalink
Pin tiledb version as work-around (#454)
Browse files Browse the repository at this point in the history
* temporarily pin required tiledb version

* revert release.json URL while infra changes are fluid
  • Loading branch information
Bruce Martin authored May 2, 2023
1 parent 8962e77 commit d6cb83b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/python/cellxgene_census/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ dependencies= [
"scipy",
# Temporary fix for Mac OSX, to be removed by https://github.com/chanzuckerberg/cellxgene-census/issues/415
"certifi",
# Temporary fix for https://github.com/single-cell-data/TileDB-SOMA/issues/1322, remove when we update to tiledbsoma>1.2.2
"tiledb>=0.21.3",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


# URL for the default top-level directory of all public data
CELL_CENSUS_RELEASE_DIRECTORY_URL = "https://census.cellxgene.cziscience.com/cellxgene-census/release.json"
CELL_CENSUS_RELEASE_DIRECTORY_URL = "https://census.cellxgene.cziscience.com/cell-census/release.json"


def get_census_version_description(census_version: str) -> CensusVersionDescription:
Expand Down

0 comments on commit d6cb83b

Please sign in to comment.