Skip to content

Commit

Permalink
[python] Use somacore 1.0.16 (#3035)
Browse files Browse the repository at this point in the history
* Drop 3.8 support

* lint, update numpy type aliases comment

* Bump R version to `4.3.2`

Co-authored-by: John Kerl <[email protected]>

* [python] Use `somacore` 1.0.16

---------

Co-authored-by: Agisilaos Kounelis <[email protected]>
Co-authored-by: Ryan Williams <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent a724018 commit d31ff0c
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.15"
- "somacore==1.0.16"
- 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 @@ -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.15",
"somacore==1.0.16",
"tiledb~=0.32.0",
"typing-extensions", # Note "-" even though `import typing_extensions`
],
Expand Down

0 comments on commit d31ff0c

Please sign in to comment.