diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index c441988c..0bb5c307 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -32,8 +32,8 @@ jobs: - name: Special dependencies for macos run: | brew install hdf5 - pip3 install numpy==1.22.2 - pip3 install tables==3.7.0 + pip3 install numpy==1.26.0 + pip3 install tables==3.9.1 if: ${{ matrix.os == 'macos-latest' }} - name: Install dependencies