Skip to content

Commit 89dc78f

Browse files
fix(deps): update dependency pyarrow to v24
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | pyarrow | 22.0.0 | 24.0.0 |
1 parent 34b486e commit 89dc78f

2 files changed

Lines changed: 41 additions & 41 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
training = [
4040
"transformers>=4.41.0,<5.0.0",
4141
"datasets>=4.0.0,<5.0.0",
42-
"pyarrow>=22.0.0,<22.1.0",
42+
"pyarrow>=24.0.0,<24.1.0",
4343
]
4444

4545
multimodal = [

0 commit comments

Comments
 (0)