Skip to content

Commit

Permalink
use somacore==1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Nov 19, 2024
1 parent e5ea722 commit 9ab54e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 9ab54e2

Please sign in to comment.