Skip to content

Commit b8a8a5b

Browse files
committed
Make universal-pathlib optional
1 parent ea95d00 commit b8a8a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies = [
2929
'numcodecs>=0.10.0',
3030
'fsspec>2024',
3131
'crc32c',
32-
'universal-pathlib',
3332
'zstandard',
3433
'typing_extensions',
3534
'donfig',
@@ -79,6 +78,7 @@ extra = [
7978
]
8079
optional = [
8180
'lmdb',
81+
'universal-pathlib',
8282
]
8383

8484
[project.urls]

0 commit comments

Comments
 (0)