Skip to content

Commit 6d63199

Browse files
committed
Try downgrading zarr to 2.17
I think the fix for zarr-developers/zarr-python#1800 in 2.18 is what's causing the problem (why the code doesn't like it, I'm not sure) and that downgrading is the fix. We'll see...
1 parent 2ffb49f commit 6d63199

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

Lines changed: 12 additions & 12 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["hpcflow/data/demo_data"]
1414

1515
[tool.poetry.dependencies]
1616
python = ">=3.9,<3.14"
17-
zarr = "^2.17.2"
17+
zarr = "~2.17.2"
1818
numpy = "^1.26.4"
1919
ruamel-yaml = "^0.18.6"
2020
colorama = "^0.4.6"

0 commit comments

Comments
 (0)