Skip to content

Commit

Permalink
Merge pull request #4 from doguskbilir/test/pyslk-mock
Browse files Browse the repository at this point in the history
fix(deps): restrict zarr to <3.0.0 to prevent breaking changes
  • Loading branch information
neumannd authored Feb 4, 2025
2 parents 4809b24 + c2ed869 commit 7d30eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
extras_require={
"tests": [
"zarr",
"zarr<3.0.0",
"mypy",
"black",
"dask",
Expand Down

0 comments on commit 7d30eed

Please sign in to comment.