Skip to content

Commit

Permalink
chore: bump minimum zarr versions to get around zip store bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed Sep 30, 2022
1 parent 54cefc4 commit 755fccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
pip install h5py
pip install -r requirements.txt
pip install zarr==2.8.1
pip install zarr==2.11.3
pip install mpi4py numcodecs>=0.7.3 bitshuffle
pip install pytest pytest-lazy-fixture
python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"compression": [
"bitshuffle",
"numcodecs>=0.7.3",
"zarr==2.8.1",
"zarr>=2.11.0",
],
"profiling": ["psutil", "pyinstrument"],
},
Expand Down

0 comments on commit 755fccf

Please sign in to comment.