From d8b4c3360401c4b596905922603321a132c0e941 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 2 Aug 2023 18:35:22 -0400 Subject: [PATCH] split out R-versioning mods to another PR --- .pre-commit-config.yaml | 2 +- apis/python/setup.py | 2 +- apis/r/NEWS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c57d54fea..b9d799b64c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: mypy additional_dependencies: - "pandas-stubs==1.5.3.230214" - - "somacore==1.0.3" + - "somacore==1.0.4" - "types-setuptools==67.4.0.3" args: ["--config-file=apis/python/pyproject.toml", "apis/python/src", "apis/python/devtools"] pass_filenames: false diff --git a/apis/python/setup.py b/apis/python/setup.py index ad226dfec5..49285918e9 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -290,7 +290,7 @@ def run(self): "pyarrow>=9.0.0", "scanpy>=1.9.2", "scipy", - "somacore==1.0.3", + "somacore==1.0.4", "tiledb~=0.22.1", "typing-extensions", # Note "-" even though `import typing_extensions` ], diff --git a/apis/r/NEWS.md b/apis/r/NEWS.md index a11f2e7fb0..832ae4b38f 100644 --- a/apis/r/NEWS.md +++ b/apis/r/NEWS.md @@ -1,4 +1,4 @@ -# tiledbsoma 1.4.* +# tiledbsoma 0.0.0.* ## Changes