Skip to content

Commit 65ed1f3

Browse files
committed
set lower limits on s3fs and gcsfs extras
1 parent bef64d6 commit 65ed1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ full = [
5353
'tqdm',
5454
]
5555
fuse = ["fusepy"]
56-
gcs = ["gcsfs"]
56+
gcs = ["gcsfs >2024.2.0"]
5757
git = ["pygit2"]
5858
github = ["requests"]
5959
gs = ["gcsfs"]
@@ -62,7 +62,7 @@ hdfs = ["pyarrow >= 1"]
6262
http = ["aiohttp !=4.0.0a0, !=4.0.0a1"]
6363
libarchive = ["libarchive-c"]
6464
oci = ["ocifs"]
65-
s3 = ["s3fs"]
65+
s3 = ["s3fs >2024.2.0"]
6666
sftp = ["paramiko"]
6767
smb = ["smbprotocol"]
6868
ssh = ["paramiko"]

0 commit comments

Comments
 (0)