Skip to content

Commit 75aa6fa

Browse files
committed
Pin numpy to <2.1 to avoid boolean ambiguity in zarr/numcodecs
NumPy 2.1.x introduces stricter boolean checks that break zarr/numcodecs internals during test setup. Restrict to 2.0.x series which works correctly with our dependency pins.
1 parent f88d1e8 commit 75aa6fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "MIT"
2121

2222
[tool.poetry.dependencies]
2323
python = ">=3.10,<3.13"
24-
numpy = "<2.2"
24+
numpy = "<2.1"
2525
numba = ">=0.60.0"
2626
llvmlite = "*"
2727
scipy = "*"

0 commit comments

Comments
 (0)