From 8701e5c5c438529f2f9ec1116ba4f188b396d0cc Mon Sep 17 00:00:00 2001 From: bkmartinjr Date: Fri, 22 Mar 2024 15:13:58 +0000 Subject: [PATCH] update package dependencies --- tools/cellxgene_census_builder/pyproject.toml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/cellxgene_census_builder/pyproject.toml b/tools/cellxgene_census_builder/pyproject.toml index 78423d55c..64f35283b 100644 --- a/tools/cellxgene_census_builder/pyproject.toml +++ b/tools/cellxgene_census_builder/pyproject.toml @@ -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 @@ -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]