Skip to content

Commit

Permalink
Bump pyarrow from 17.0.0 to 18.0.0 (#66)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 8cff924 commit b0fad2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==2.1.2
pandas==2.2.3
xgboost==2.1.2
pyarrow==17.0.0
pyarrow==18.0.0
scikit-learn==1.5.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pandas==2.2.3
xgboost-cpu==2.1.2; platform_machine == "x86_64"
xgboost==2.1.2; platform_machine != "x86_64"
psutil==6.1.0
pyarrow==17.0.0
pyarrow==18.0.0
scikit-learn==1.5.2

0 comments on commit b0fad2b

Please sign in to comment.