Skip to content

Commit 3652611

Browse files
authored
Fix minimum fsspec test verseion (#2715)
1 parent da5b82c commit 3652611

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,12 @@ See Spec 0000 for details and drop schedule: https://scientific-python.org/specs
228228
"""
229229
python = "3.11"
230230
dependencies = [
231+
'zarr[remote]',
231232
'packaging==22.*',
232233
'numpy==1.25.*',
233234
'numcodecs==0.14.*', # 0.14 needed for zarr3 codecs
234-
'fsspec==2022.10.0',
235-
's3fs==2022.10.0',
235+
'fsspec==2023.10.0',
236+
's3fs==2023.10.0',
236237
'universal_pathlib==0.0.22',
237238
'typing_extensions==4.9.*',
238239
'donfig==0.8.*',

0 commit comments

Comments
 (0)