From 081653be1e1613f8b47810786786b94e6f978ca8 Mon Sep 17 00:00:00 2001 From: John Helly Date: Tue, 21 Apr 2026 14:20:45 +0100 Subject: [PATCH 1/2] Increase minimum hdfstream-python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 638535c..318b200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "scipy", "tqdm", "pytest", - "hdfstream>=0.0.22", + "hdfstream>=0.0.28", "numba" ] readme = "README.md" From 9dc3712932d39ab167c212562aba2d814abd34b6 Mon Sep 17 00:00:00 2001 From: John Helly Date: Tue, 21 Apr 2026 14:21:31 +0100 Subject: [PATCH 2/2] Increase server version used for tests --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 738fb97..0ee0e34 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -33,7 +33,7 @@ jobs: with: data-dir: ./tests/data virtual-prefix: tests/data - image: ghcr.io/jchelly/hdfstream-api:0.0.6 + image: ghcr.io/jchelly/hdfstream-api:0.0.7 - name: Install dependencies run: |