Skip to content

Commit a164a73

Browse files
authored
revert crc32c changes
1 parent c73c8b9 commit a164a73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
'numcodecs>=0.12',
3131
'typing_extensions>=4.9',
3232
'donfig>=0.8.1',
33+
'crc32c>=2.4',
3334
]
3435
dynamic = [
3536
"version",
@@ -54,9 +55,6 @@ keywords = ["Python", "compressed", "ndimensional-arrays", "zarr"]
5455
fsspec = [
5556
"fsspec>=2023.10.0",
5657
]
57-
sharding = [
58-
"crc32c>=2.4",
59-
]
6058
test = [
6159
"coverage",
6260
"pytest",

0 commit comments

Comments
 (0)