Skip to content

Commit 456f172

Browse files
Bump numpy from 2.3.5 to 2.4.1
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.5 to 2.4.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.5...v2.4.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9635f58 commit 456f172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15"
2424
ml-dtypes==0.5.4 ; python_version >= "3.11" and python_version < "3.15"
2525
mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.15"
2626
networkx==3.6.1 ; python_version >= "3.11" and python_version < "3.15"
27-
numpy==2.4.0 ; python_version >= "3.11" and python_version < "3.15"
27+
numpy==2.4.1 ; python_version >= "3.11" and python_version < "3.15"
2828
nvidia-cublas-cu12==12.8.4.1 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64"
2929
nvidia-cuda-cupti-cu12==12.8.90 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64"
3030
nvidia-cuda-nvrtc-cu12==12.8.93 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ idna==3.11 ; python_version >= "3.11" and python_version < "3.15"
1212
kiwisolver==1.4.9 ; python_version >= "3.11" and python_version < "3.15"
1313
matplotlib==3.10.8 ; python_version >= "3.11" and python_version < "3.15"
1414
mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.15"
15-
numpy==2.4.0 ; python_version >= "3.11" and python_version < "3.15"
15+
numpy==2.4.1 ; python_version >= "3.11" and python_version < "3.15"
1616
packaging==25.0 ; python_version >= "3.11" and python_version < "3.15"
1717
pandas==2.3.3 ; python_version >= "3.11" and python_version < "3.15"
1818
pillow==12.1.0 ; python_version >= "3.11" and python_version < "3.15"

0 commit comments

Comments
 (0)