Skip to content

Commit 5e113f5

Browse files
authored
Add UPath dependency/type checking (#1955)
Add universal-pathlib to deps Make universal-pathlib optional
1 parent c08b008 commit 5e113f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ repos:
3535
- numcodecs
3636
- numpy
3737
- typing_extensions
38+
- universal-pathlib
3839
# Tests
3940
- pytest
4041
# Zarr v2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ extra = [
9595
]
9696
optional = [
9797
'lmdb',
98+
'universal-pathlib',
9899
]
99100

100101
[project.urls]

0 commit comments

Comments
 (0)