Skip to content

Commit

Permalink
[v3] Import crc32c through numcodecs (#2510)
Browse files Browse the repository at this point in the history
* Import crc32c through numcodecs

* remove more crc32c references
  • Loading branch information
normanrz authored Nov 21, 2024
1 parent 7c2ebe2 commit d005ff7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ requires-python = ">=3.11"
dependencies = [
'asciitree',
'numpy>=1.25',
'numcodecs>=0.14',
'numcodecs[crc32c]>=0.14',
'fsspec>=2022.10.0',
'crc32c>=2.3',
'typing_extensions>=4.6',
'donfig>=0.8',
]
Expand Down Expand Up @@ -193,7 +192,6 @@ dependencies = [
'fsspec @ git+https://github.com/fsspec/filesystem_spec',
's3fs @ git+https://github.com/fsspec/s3fs',
'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib',
'crc32c @ git+https://github.com/ICRAR/crc32c',
'typing_extensions @ git+https://github.com/python/typing_extensions',
'donfig @ git+https://github.com/pytroll/donfig',
# test deps
Expand Down Expand Up @@ -227,7 +225,6 @@ dependencies = [
'fsspec==2022.10.0',
's3fs==2022.10.0',
'universal_pathlib==0.0.22',
'crc32c==2.3.*',
'typing_extensions==4.6.*', # 4.5 needed for @deprecated, 4.6 for Buffer
'donfig==0.8.*',
# test deps
Expand Down

0 comments on commit d005ff7

Please sign in to comment.