Skip to content

Commit

Permalink
Bump gcsfs (#553)
Browse files Browse the repository at this point in the history
Fix issue with writing small partition sizes
  • Loading branch information
PhilippeMoussalli authored Oct 25, 2023
1 parent 81d4519 commit 9d70adb
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 @@ -48,7 +48,7 @@ jsonschema = ">= 4.18"
pyarrow = ">= 11.0.0"

fsspec = { version = ">= 2023.4.0", optional = true}
gcsfs = { version = ">= 2023.4.0", optional = true }
gcsfs = { version = ">= 2023.10.0", optional = true }
s3fs = { version = ">= 2023.4.0", optional = true }
adlfs = { version = ">= 2023.4.0", optional = true }
docker = {version = ">= 6.1.3", optional = true }
Expand Down

0 comments on commit 9d70adb

Please sign in to comment.