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"
2828dependencies = [
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
You can’t perform that action at this time.
0 commit comments