File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,8 @@ requires-python = ">=3.11"
28
28
dependencies = [
29
29
' asciitree' ,
30
30
' numpy>=1.25' ,
31
- ' numcodecs>=0.14' ,
31
+ ' numcodecs[crc32c] >=0.14' ,
32
32
' fsspec>=2022.10.0' ,
33
- ' crc32c>=2.3' ,
34
33
' typing_extensions>=4.6' ,
35
34
' donfig>=0.8' ,
36
35
]
@@ -193,7 +192,6 @@ dependencies = [
193
192
' fsspec @ git+https://github.com/fsspec/filesystem_spec' ,
194
193
' s3fs @ git+https://github.com/fsspec/s3fs' ,
195
194
' universal_pathlib @ git+https://github.com/fsspec/universal_pathlib' ,
196
- ' crc32c @ git+https://github.com/ICRAR/crc32c' ,
197
195
' typing_extensions @ git+https://github.com/python/typing_extensions' ,
198
196
' donfig @ git+https://github.com/pytroll/donfig' ,
199
197
# test deps
@@ -227,7 +225,6 @@ dependencies = [
227
225
' fsspec==2022.10.0' ,
228
226
' s3fs==2022.10.0' ,
229
227
' universal_pathlib==0.0.22' ,
230
- ' crc32c==2.3.*' ,
231
228
' typing_extensions==4.6.*' , # 4.5 needed for @deprecated, 4.6 for Buffer
232
229
' donfig==0.8.*' ,
233
230
# test deps
You can’t perform that action at this time.
0 commit comments