Skip to content

Commit dd0ea50

Browse files
authored
fix dependencies (#1840)
1 parent 19a28df commit dd0ea50

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pyproject.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ dependencies = [
1616
'numpy>=1.24',
1717
'fasteners',
1818
'numcodecs>=0.10.0',
19+
'crc32c',
20+
'zstandard',
21+
'typing_extensions',
1922
]
2023
dynamic = [
2124
"version",
@@ -54,15 +57,9 @@ docs = [
5457
'numcodecs[msgpack]',
5558
"msgpack",
5659
"lmdb",
57-
"zstandard",
58-
"crc32c",
5960
]
6061
extra = [
61-
'attrs',
62-
'cattrs',
6362
'msgpack',
64-
'crc32c',
65-
'zstandard'
6663
]
6764
optional = [
6865
'lmdb',
@@ -101,10 +98,7 @@ extra-dependencies = [
10198
"pytest-cov",
10299
"msgpack",
103100
"lmdb",
104-
"zstandard",
105-
"crc32c",
106101
"pytest-asyncio",
107-
"typing_extensions",
108102
"mypy"
109103
]
110104
features = ["extra"]

0 commit comments

Comments
 (0)