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: | 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"