Skip to content

Commit 20d48e2

Browse files
committed
DEP: bump and harmonize requirement on gcsfs
1 parent 04f5358 commit 20d48e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ dask = ["dask", "distributed"]
3232
dropbox = ["dropbox", "dropboxdrivefs", "requests"]
3333
entrypoints = []
3434
fuse = ["fusepy"]
35-
gcs = ["gcsfs >2024.2.0"]
35+
gcs = ["gcsfs >=2026.4.0"]
3636
git = ["pygit2"]
3737
github = ["requests"]
38-
gs = ["gcsfs"]
38+
gs = ["fsspec[gcs]"]
3939
gui = ["panel"]
4040
hdfs = ["pyarrow >= 1"]
4141
http = ["aiohttp !=4.0.0a0, !=4.0.0a1"]

0 commit comments

Comments
 (0)