-
Notifications
You must be signed in to change notification settings - Fork 5
build: make zarr dependency optional #112
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
Changes from 4 commits
01ebf2f
2b9b725
6292b11
31117b7
ee72a9c
fe08bf5
ddca47b
01105b2
8bb7041
e91ba57
869fb60
84707cc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,11 @@ | |
|
||
## Installation | ||
|
||
`pip install -U pydantic-zarr` | ||
```sh | ||
pip install -U pydantic-zarr | ||
# or, with zarr i/o support | ||
pip install -U pydantic-zarr[zarr] | ||
|
||
``` | ||
|
||
## Getting help | ||
|
||
|
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.
@d-v-b, let me know if you have a better idea for doing the hatch matrix here... or if you're happy to switch this repo over to using
uv
and do it similarly to ome-zarr-models/ome-zarr-models-py#280There 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.
uv would be fine by me!
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.
but that can be in a later PR