Skip to content

Commit ddc647f

Browse files
committed
Reintroducing constraint in setup.py for zarr
1 parent 0136678 commit ddc647f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def local_pkg(name: str, relative_path: str) -> str:
1919
"numpy",
2020
"netCDF4",
2121
"xarray",
22-
"zarr",
22+
"zarr<3.0.0",
2323
]
2424

2525

0 commit comments

Comments
 (0)