Skip to content

Commit

Permalink
fix dependencies (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored May 6, 2024
1 parent 19a28df commit dd0ea50
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ dependencies = [
'numpy>=1.24',
'fasteners',
'numcodecs>=0.10.0',
'crc32c',
'zstandard',
'typing_extensions',
]
dynamic = [
"version",
Expand Down Expand Up @@ -54,15 +57,9 @@ docs = [
'numcodecs[msgpack]',
"msgpack",
"lmdb",
"zstandard",
"crc32c",
]
extra = [
'attrs',
'cattrs',
'msgpack',
'crc32c',
'zstandard'
]
optional = [
'lmdb',
Expand Down Expand Up @@ -101,10 +98,7 @@ extra-dependencies = [
"pytest-cov",
"msgpack",
"lmdb",
"zstandard",
"crc32c",
"pytest-asyncio",
"typing_extensions",
"mypy"
]
features = ["extra"]
Expand Down

0 comments on commit dd0ea50

Please sign in to comment.