Skip to content

Commit 4b0bca2

Browse files
committed
add s3fs dep
1 parent 7e7bf6c commit 4b0bca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT
260260
description = "Test environment for validating executable code blocks in documentation"
261261
features = ['test', 'remote'] # Include remote dependencies for s3fs
262262
dependencies = [
263+
"s3fs>=2023.10.0",
263264
"pytest",
264265
"pytest-examples",
265266
]

0 commit comments

Comments
 (0)