Skip to content

Commit 0143e5e

Browse files
Bump numpy from 2.2.4 to 2.3.3 (#102)
Bumps [numpy](https://github.com/numpy/numpy) from 2.2.4 to 2.3.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.2.4...v2.3.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.3 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>
1 parent 32680fb commit 0143e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==2.2.4
1+
numpy==2.3.3
22
pandas==2.3.3
33
xgboost==2.1.4
44
pyarrow==21.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==2.2.4
1+
numpy==2.3.3
22
pandas==2.3.3
33
# Use xgboost-cpu on Linux or Windows x86_64
44
xgboost-cpu==2.1.4; sys_platform == "linux" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)