Skip to content

Commit 69e1be8

Browse files
fix(deps): update dependency pyarrow to v22 (#205)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | pyarrow | 19.0.1 | 22.0.0 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent d3d8983 commit 69e1be8

2 files changed

Lines changed: 41 additions & 40 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
training = [
2929
"transformers>=4.41.0,<5.0.0",
3030
"datasets>=4.0.0,<5.0.0",
31-
"pyarrow>=19.0.1,<20.0.0",
31+
"pyarrow>=22.0.0,<22.1.0",
3232
]
3333

3434
multimodal = [

0 commit comments

Comments
 (0)