From 9ab54e2cf912dde989dc0ed49bb858cd62bb9e8b Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 19 Nov 2024 10:09:58 -0500 Subject: [PATCH] use somacore==1.0.24 --- .pre-commit-config.yaml | 3 +-- apis/python/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 602a7c9cbe..44bd991561 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +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" - # Temporary, picks up https://github.com/single-cell-data/SOMA/pull/244, move to 1.0.24 when that's available. - - "git+https://github.com/single-cell-data/soma" + - "somacore==1.0.24" - 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 ba40f36831..236cee8384 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -341,8 +341,8 @@ def run(self): "pyarrow", "scanpy>=1.9.2", "scipy", - # Temporary, picks up https://github.com/single-cell-data/SOMA/pull/244, move to 1.0.24 when that's available. - "somacore @ git+https://github.com/single-cell-data/soma", + # Note: the somacore version is also in .pre-commit-config.yaml + "somacore==1.0.24", "typing-extensions", # Note "-" even though `import typing_extensions` ], extras_require={