Skip to content

Commit

Permalink
Bump pyarrow from 17.0.0 to 18.0.0 (#753)
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 17.0.0 to 18.0.0.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thibaut Durand <durand.tibo@gmail.com>
  • Loading branch information
dependabot[bot] and durandtibo authored Oct 31, 2024
1 parent 9bd40b8 commit 4cb8c5e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 43 deletions.
87 changes: 45 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packaging = { version = ">=21.0,<25.0", optional = true }
pandas = { version = ">=1.3,<3.0", optional = true }
# polars: 0.18.3 is the minimal version because of https://github.com/pola-rs/polars/issues/9358
polars = { version = ">=0.18.3,<2.0", optional = true }
pyarrow = { version = ">=10.0,<18.0", optional = true, python = ">=3.9,<3.13" }
pyarrow = { version = ">=10.0,<19.0", optional = true, python = ">=3.9,<3.13" }
torch = [
# macOS x86_64 binaries do not exist after pytorch 2.2
# https://dev-discuss.pytorch.org/t/pytorch-macos-x86-builds-deprecation-starting-january-2024/1690
Expand Down

0 comments on commit 4cb8c5e

Please sign in to comment.