Skip to content

Commit d005ff7

Browse files
authored
[v3] Import crc32c through numcodecs (#2510)
* Import crc32c through numcodecs * remove more crc32c references
1 parent 7c2ebe2 commit d005ff7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 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
]
@@ -193,7 +192,6 @@ dependencies = [
193192
'fsspec @ git+https://github.com/fsspec/filesystem_spec',
194193
's3fs @ git+https://github.com/fsspec/s3fs',
195194
'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib',
196-
'crc32c @ git+https://github.com/ICRAR/crc32c',
197195
'typing_extensions @ git+https://github.com/python/typing_extensions',
198196
'donfig @ git+https://github.com/pytroll/donfig',
199197
# test deps
@@ -227,7 +225,6 @@ dependencies = [
227225
'fsspec==2022.10.0',
228226
's3fs==2022.10.0',
229227
'universal_pathlib==0.0.22',
230-
'crc32c==2.3.*',
231228
'typing_extensions==4.6.*', # 4.5 needed for @deprecated, 4.6 for Buffer
232229
'donfig==0.8.*',
233230
# test deps

0 commit comments

Comments
 (0)