Skip to content

Commit a9c5aa4

Browse files
authored
[python] Use somacore 1.0.26 (#3460)
1 parent 0c43787 commit a9c5aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
# Pandas 2.x types (e.g. `pd.Series[Any]`). See `_types.py` or https://github.com/single-cell-data/TileDB-SOMA/issues/2839
1919
# for more info.
2020
- "pandas-stubs>=2"
21-
- "somacore==1.0.25"
21+
- "somacore==1.0.26"
2222
- types-setuptools
2323
args: ["--config-file=apis/python/pyproject.toml", "apis/python/src", "apis/python/devtools"]
2424
pass_filenames: false

apis/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def run(self):
343343
# https://github.com/scverse/anndata/issues/1802
344344
"scipy<1.15.0",
345345
# Note: the somacore version is also in .pre-commit-config.yaml
346-
"somacore==1.0.25",
346+
"somacore==1.0.26",
347347
"typing-extensions", # Note "-" even though `import typing_extensions`
348348
],
349349
extras_require={

0 commit comments

Comments
 (0)