Skip to content

Commit

Permalink
Update somacore version for Python API and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed May 14, 2024
1 parent 00b4a76 commit f59e610
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 @@ -15,7 +15,7 @@ repos:
- id: mypy
additional_dependencies:
- "pandas-stubs==1.5.3.230214"
- "somacore @ git+https://github.com/single-cell-data/SOMA.git@81ce978173a29" # DO NOT MERGE TO MAIN
- "somacore @ git+https://github.com/single-cell-data/SOMA.git@73caaa4" # DO NOT MERGE TO MAIN
- "types-setuptools==67.4.0.3"
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 @@ -329,7 +329,7 @@ def run(self):
"pyarrow>=9.0.0; platform_system!='Darwin'",
"scanpy>=1.9.2",
"scipy",
"somacore @ git+https://github.com/single-cell-data/SOMA.git@spatial", # DO NOT MERGE TO MAIN
"somacore @ git+https://github.com/single-cell-data/SOMA.git@dark/query-part1", # DO NOT MERGE TO MAIN
"tiledb~=0.29.0",
"typing-extensions", # Note "-" even though `import typing_extensions`
],
Expand Down

0 comments on commit f59e610

Please sign in to comment.