Skip to content

Commit

Permalink
Fix CI Error by restricting s3fs version (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Future-Outlier authored Mar 19, 2024
1 parent c8ac276 commit 4d42399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"requests>=2.18.4,<3.0.0",
"rich",
"rich_click",
"s3fs>=2023.3.0",
"s3fs>=2023.3.0,!=2024.3.1",
"statsd>=3.0.0,<4.0.0",
"typing_extensions",
"urllib3>=1.22,<2.0.0",
Expand Down

0 comments on commit 4d42399

Please sign in to comment.