Skip to content

Commit

Permalink
[python] Use somacore 1.0.25 (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Dec 17, 2024
1 parent 3283bb3 commit 0c43787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24"
- "somacore==1.0.25"
- types-setuptools
args: ["--config-file=apis/python/pyproject.toml", "apis/python/src", "apis/python/devtools"]
pass_filenames: false
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def run(self):
# https://github.com/scverse/anndata/issues/1802
"scipy<1.15.0",
# Note: the somacore version is also in .pre-commit-config.yaml
"somacore==1.0.24",
"somacore==1.0.25",
"typing-extensions", # Note "-" even though `import typing_extensions`
],
extras_require={
Expand Down

0 comments on commit 0c43787

Please sign in to comment.