We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60e91a commit 328cdd2Copy full SHA for 328cdd2
1 file changed
core/pyproject.toml
@@ -148,9 +148,7 @@ full = [
148
"dropboxdrivefs",
149
"fsspec",
150
"ipfsspec",
151
- "s3fs; python_version >= '3.10'",
152
- "s3fs == 2025.10.0; python_version < '3.10'",
153
- "botocore < 1.42.80; python_version < '3.10'",
+ "s3fs",
154
"webdav4",
155
#"gcsfs", # untested
156
#"adlfs", # untested. build error in Python 3.13
@@ -176,9 +174,7 @@ fsspec-backends = [
176
174
177
175
178
179
180
- "s3fs==2025.10.0; python_version < '3.10'",
181
182
183
184
0 commit comments