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 c08b008 commit 5e113f5Copy full SHA for 5e113f5
.pre-commit-config.yaml
@@ -35,6 +35,7 @@ repos:
35
- numcodecs
36
- numpy
37
- typing_extensions
38
+ - universal-pathlib
39
# Tests
40
- pytest
41
# Zarr v2
pyproject.toml
@@ -95,6 +95,7 @@ extra = [
95
]
96
optional = [
97
'lmdb',
98
+ 'universal-pathlib',
99
100
101
[project.urls]
0 commit comments