We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e18671 commit 4268cd1Copy full SHA for 4268cd1
.pre-commit-config.yaml
@@ -35,6 +35,7 @@ repos:
35
- numcodecs
36
- numpy
37
- typing_extensions
38
+ - universal-pathlib
39
- zstandard
40
# Tests
41
- pytest
pyproject.toml
@@ -78,6 +78,7 @@ extra = [
78
]
79
optional = [
80
'lmdb',
81
+ 'universal-pathlib',
82
83
84
[project.urls]
0 commit comments