Skip to content

Commit

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

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

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 Nov 26, 2024
1 parent 3d44005 commit e68df08
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.3
pandas==2.2.3
xgboost==2.1.2
pyarrow==18.0.0
pyarrow==18.1.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==18.0.0
pyarrow==18.1.0
scikit-learn==1.5.2

0 comments on commit e68df08

Please sign in to comment.