Skip to content

Commit

Permalink
revert crc32c changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored Nov 13, 2024
1 parent c73c8b9 commit a164a73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
'numcodecs>=0.12',
'typing_extensions>=4.9',
'donfig>=0.8.1',
'crc32c>=2.4',
]
dynamic = [
"version",
Expand All @@ -54,9 +55,6 @@ keywords = ["Python", "compressed", "ndimensional-arrays", "zarr"]
fsspec = [
"fsspec>=2023.10.0",
]
sharding = [
"crc32c>=2.4",
]
test = [
"coverage",
"pytest",
Expand Down

0 comments on commit a164a73

Please sign in to comment.