-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Add UPath dependency/type checking #1955
Conversation
pyproject.toml
Outdated
@@ -29,6 +29,7 @@ dependencies = [ | |||
'numcodecs>=0.10.0', | |||
'fsspec>2024', | |||
'crc32c', | |||
'universal-pathlib', |
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.
Should we make upath an optional dependency?
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.
Yes please!
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.
👍 done
Add universal-pathlib to deps Make universal-pathlib optional
Fixes some kwarg typing, and adds
universal-pathlib
to the type checking and as a package dependency.