Skip to content

Commit

Permalink
[python] Depend on somacore 0.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 19, 2023
1 parent b215cdb commit cf89028
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 @@ -19,6 +19,6 @@ repos:
rev: v0.991
hooks:
- id: mypy
additional_dependencies: ["types-setuptools", "somacore==0.0.0a4"]
additional_dependencies: ["types-setuptools", "somacore==0.0.0a5"]
args: ["--config-file=apis/python/setup.cfg", "apis/python/src", "apis/python/tools"]
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 @@ -110,7 +110,7 @@ def run(self):
"pyarrow >= 9.0.0",
"scanpy",
"scipy",
"somacore==0.0.0a4",
"somacore==0.0.0a5",
"tiledb>=0.19.0",
"typing-extensions", # Note "-" even though `import typing_extensions`
],
Expand Down

0 comments on commit cf89028

Please sign in to comment.