Skip to content

Commit 919a65e

Browse files
committed
Allow 2.18.0 for older python versions
1 parent bfc65dd commit 919a65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"numpy>=1.20, <2.0", # 1.20 np.ptp, 1.26 might be necessary for avoiding pickling errors when numpy >2.0
2424
"threadpoolctl>=3.0.0",
2525
"tqdm",
26-
"zarr>=2.16,<3",
26+
"zarr>=2.18,<3",
2727
"neo>=0.13.0",
2828
"probeinterface>=0.2.23",
2929
"packaging",

0 commit comments

Comments
 (0)