Skip to content

Commit b8f5ad8

Browse files
fix(deps): update dependency pyarrow to v23
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | pyarrow | 22.0.0 | 23.0.0 |
1 parent 15991dc commit b8f5ad8

2 files changed

Lines changed: 2594 additions & 2616 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>=23.0.0,<23.1.0",
4343
]
4444

4545
multimodal = [

0 commit comments

Comments
 (0)