We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef64d6 commit 65ed1f3Copy full SHA for 65ed1f3
pyproject.toml
@@ -53,7 +53,7 @@ full = [
53
'tqdm',
54
]
55
fuse = ["fusepy"]
56
-gcs = ["gcsfs"]
+gcs = ["gcsfs >2024.2.0"]
57
git = ["pygit2"]
58
github = ["requests"]
59
gs = ["gcsfs"]
@@ -62,7 +62,7 @@ hdfs = ["pyarrow >= 1"]
62
http = ["aiohttp !=4.0.0a0, !=4.0.0a1"]
63
libarchive = ["libarchive-c"]
64
oci = ["ocifs"]
65
-s3 = ["s3fs"]
+s3 = ["s3fs >2024.2.0"]
66
sftp = ["paramiko"]
67
smb = ["smbprotocol"]
68
ssh = ["paramiko"]
0 commit comments