Skip to content

Commit

Permalink
Add UPath dependency/type checking (#1955)
Browse files Browse the repository at this point in the history
Add universal-pathlib to deps

Make universal-pathlib optional
  • Loading branch information
dstansby authored Sep 6, 2024
1 parent c08b008 commit 5e113f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ repos:
- numcodecs
- numpy
- typing_extensions
- universal-pathlib
# Tests
- pytest
# Zarr v2
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ extra = [
]
optional = [
'lmdb',
'universal-pathlib',
]

[project.urls]
Expand Down

0 comments on commit 5e113f5

Please sign in to comment.