Skip to content

Commit e931d2e

Browse files
committed
Pin numcodecs to <0.16
1 parent 5a4a07c commit e931d2e

File tree

3 files changed

+39
-21
lines changed

3 files changed

+39
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Dependencies:
66
* Drop support for Python 3.10 (\#932).
7+
* Pin `numcodecs` to `<0.16` (\#932).
78

89
# 1.5.0 (a0 prerelease)
910

poetry.lock

Lines changed: 37 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ anndata = ">=0.8.0,<0.11.0"
3636
filelock = "3.13.*"
3737
ngio = ">=0.1.5,<0.2.0"
3838
fractal-task-tools = "0.0.10"
39+
numcodecs = "<0.16.0"
3940

4041
# Optional dependencies (used in extras)
4142
Pillow = { version = ">=9.1.1", optional = true }

0 commit comments

Comments
 (0)