Skip to content

Commit 2700f63

Browse files
authored
Import crc32c through numcodecs
1 parent 7c2ebe2 commit 2700f63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ requires-python = ">=3.11"
2828
dependencies = [
2929
'asciitree',
3030
'numpy>=1.25',
31-
'numcodecs>=0.14',
31+
'numcodecs[crc32c]>=0.14',
3232
'fsspec>=2022.10.0',
33-
'crc32c>=2.3',
3433
'typing_extensions>=4.6',
3534
'donfig>=0.8',
3635
]

0 commit comments

Comments
 (0)