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 19a28df commit dd0ea50Copy full SHA for dd0ea50
pyproject.toml
@@ -16,6 +16,9 @@ dependencies = [
16
'numpy>=1.24',
17
'fasteners',
18
'numcodecs>=0.10.0',
19
+ 'crc32c',
20
+ 'zstandard',
21
+ 'typing_extensions',
22
]
23
dynamic = [
24
"version",
@@ -54,15 +57,9 @@ docs = [
54
57
'numcodecs[msgpack]',
55
58
"msgpack",
56
59
"lmdb",
- "zstandard",
- "crc32c",
60
61
extra = [
- 'attrs',
62
- 'cattrs',
63
'msgpack',
64
- 'crc32c',
65
- 'zstandard'
66
67
optional = [
68
'lmdb',
@@ -101,10 +98,7 @@ extra-dependencies = [
101
98
"pytest-cov",
102
99
103
100
104
105
106
"pytest-asyncio",
107
- "typing_extensions",
108
"mypy"
109
110
features = ["extra"]
0 commit comments