We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5b82c commit 3652611Copy full SHA for 3652611
1 file changed
pyproject.toml
@@ -228,11 +228,12 @@ See Spec 0000 for details and drop schedule: https://scientific-python.org/specs
228
"""
229
python = "3.11"
230
dependencies = [
231
+ 'zarr[remote]',
232
'packaging==22.*',
233
'numpy==1.25.*',
234
'numcodecs==0.14.*', # 0.14 needed for zarr3 codecs
- 'fsspec==2022.10.0',
235
- 's3fs==2022.10.0',
+ 'fsspec==2023.10.0',
236
+ 's3fs==2023.10.0',
237
'universal_pathlib==0.0.22',
238
'typing_extensions==4.9.*',
239
'donfig==0.8.*',
0 commit comments