-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unpin zarr & xarray #555
Unpin zarr & xarray #555
Conversation
We need to update the store to match the 3.0.0 api. |
The
Do we have a use case for the current functionality of this? Our |
I changed icechunk to match. This is all good now i think, unless we want to add typed |
@@ -16,7 +16,7 @@ classifiers = [ | |||
license = { text = "Apache-2.0" } | |||
dynamic = ["version"] | |||
|
|||
dependencies = ["zarr==3.0.0rc2"] | |||
dependencies = ["zarr>=3"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the right way to specify it? should it be 3 but not for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh you want "zarr>=3<4"
?
cc @jhamman for input
No description provided.