From 23d819be913b92ed5c112a6358e28c4341a18bec Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 25 Sep 2024 20:27:50 -0400 Subject: [PATCH] [python] Use `somacore` 1.0.17 (#3070) --- .pre-commit-config.yaml | 2 +- apis/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63d591ddbd..b570fcd031 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # Pandas 2.x types (e.g. `pd.Series[Any]`). See `_types.py` or https://github.com/single-cell-data/TileDB-SOMA/issues/2839 # for more info. - "pandas-stubs>=2" - - "somacore==1.0.16" + - "somacore==1.0.17" - types-setuptools args: ["--config-file=apis/python/pyproject.toml", "apis/python/src", "apis/python/devtools"] pass_filenames: false diff --git a/apis/python/setup.py b/apis/python/setup.py index 55101e0034..2928b773d5 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -335,7 +335,7 @@ def run(self): "scanpy>=1.9.2", "scipy", # Note: the somacore version is in .pre-commit-config.yaml too - "somacore==1.0.16", + "somacore==1.0.17", "tiledb~=0.32.0", "typing-extensions", # Note "-" even though `import typing_extensions` ],