Skip to content

Commit 4268cd1

Browse files
committed
Fix UPath typing
Add universal-pathlib to deps Make universal-pathlib optional
1 parent 0e18671 commit 4268cd1

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
- zstandard
3940
# Tests
4041
- pytest

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ extra = [
7878
]
7979
optional = [
8080
'lmdb',
81+
'universal-pathlib',
8182
]
8283

8384
[project.urls]

0 commit comments

Comments
 (0)