Skip to content

Commit

Permalink
update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Mar 22, 2024
1 parent 2653389 commit 8701e5c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tools/cellxgene_census_builder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ classifiers = [
]
dependencies= [
"typing_extensions==4.10.0",
"pyarrow==15.0.0",
"pyarrow==15.0.2",
"pandas[performance]==2.2.1",
"anndata==0.10.5.post1",
"numpy==1.24.4",
"anndata==0.10.6",
"numpy==1.26.4",
# IMPORTANT: consider TileDB format compat before advancing this version. It is important that
# IMPORTANT: the tiledbsoma version lag that used in cellxgene-census package.
"tiledbsoma==1.7.3",
"cellxgene-census==1.10.2",
"tiledbsoma==1.8.1",
"cellxgene-census==1.11.1",
"scipy==1.12.0",
"fsspec[http]==2024.2.0",
"s3fs==2024.2.0",
"fsspec[http]==2024.3.1",
"s3fs==2024.3.1",
"requests==2.31.0",
"aiohttp==3.9.3",
"Cython", # required by owlready2
Expand All @@ -46,9 +46,9 @@ dependencies= [
"attrs==23.2.0",
"psutil==5.9.8",
"pyyaml==6.0.1",
"numba==0.58.1",
"dask==2024.2.1",
"distributed==2024.2.1",
"numba==0.59.1",
"dask==2024.3.1",
"distributed==2024.3.1",
]

[project.urls]
Expand Down

0 comments on commit 8701e5c

Please sign in to comment.