Skip to content

Commit

Permalink
Merge pull request #1646 from girder/zarr-dependencies
Browse files Browse the repository at this point in the history
Update zarr source dependencies
  • Loading branch information
manthey authored Sep 23, 2024
2 parents 9b42a83 + 6f9c0de commit d4dec46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.29.11

### Changes

- Update zarr dependencies ([#1646](../../pull/1646))

## 1.29.10

### Improvements
Expand Down
7 changes: 4 additions & 3 deletions sources/zarr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ def prerelease_local_scheme(version):
install_requires=[
f'large-image{limit_version}',
'zarr',
# I am uncertain why this is required, since numcodecs is required by
# zarr; but without it some jpeg encoded data cannot be read
'imagecodecs-numcodecs',
# numcodecs had been required by zarr, but now needs to be asked for
'numcodecs',
# Without imagecodecs-numcodecs, some jpeg encoded data cannot be read
'imagecodecs-numcodecs!=2024.9.22',
],
extras_require={
'girder': f'girder-large-image{limit_version}',
Expand Down

0 comments on commit d4dec46

Please sign in to comment.