Skip to content

Commit

Permalink
Bump numpy from 2.1.2 to 2.1.3 (#67)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent b0fad2b commit 5b7cc58
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,4 +1,4 @@
numpy==2.1.2
numpy==2.1.3
pandas==2.2.3
xgboost==2.1.2
pyarrow==18.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==2.1.2
numpy==2.1.3
pandas==2.2.3
xgboost-cpu==2.1.2; platform_machine == "x86_64"
xgboost==2.1.2; platform_machine != "x86_64"
Expand Down

0 comments on commit 5b7cc58

Please sign in to comment.