Skip to content

Commit 61c67d3

Browse files
fix(deps): update dependency pyarrow to v23
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | pyarrow | 22.0.0 | 23.0.0 |
1 parent 5bec836 commit 61c67d3

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>=23.0.0,<23.1.0",
4343
]
4444

4545
multimodal = [

0 commit comments

Comments
 (0)