Skip to content

Commit 1b629c9

Browse files
authored
Merge pull request #754 from malariagen/GH753_pin_numcodecs
Pin numcodecs < 0.16
2 parents 4894816 + 341f446 commit 1b629c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ llvmlite = "*"
2727
scipy = "*"
2828
pandas = "*"
2929
zarr = ">=2.11, <3.0.0"
30+
# zarr<3.0.0 is not compatible with numcodecs 0.16.0
31+
# https://github.com/zarr-developers/zarr-python/issues/2963
32+
numcodecs = "<0.16"
3033
dask = {version="*", extras=["array"]}
3134
distributed = "*"
3235
fsspec = "*"

0 commit comments

Comments
 (0)