Skip to content

Commit e8b0c95

Browse files
committed
Fix UPath typing
Add universal-pathlib to deps Make universal-pathlib optional
1 parent 10ae5f3 commit e8b0c95

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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
@@ -92,6 +92,7 @@ extra = [
9292
]
9393
optional = [
9494
'lmdb',
95+
'universal-pathlib',
9596
]
9697

9798
[project.urls]

0 commit comments

Comments
 (0)