Skip to content

Commit 4bfec4b

Browse files
Bump numpy from 2.4.6 to 2.5.0
Bumps [numpy](https://github.com/numpy/numpy) from 2.4.6 to 2.5.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.6...v2.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fca0d57 commit 4bfec4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"iniconfig==2.3.0",
1212
"joblib==1.5.3",
1313
"nibabel==5.4.2", # gmm_threshold.py, analyze_multimodal_brainstem.sh
14-
"numpy==2.4.6", # gmm_threshold.py, analyze_multimodal_brainstem.sh
14+
"numpy==2.5.0", # gmm_threshold.py, analyze_multimodal_brainstem.sh
1515
"packaging==26.2",
1616
"pandas==3.0.3", # analyze_multimodal_brainstem.sh (inline Python)
1717
"pluggy==1.6.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ joblib==1.5.3
88
# via scikit-learn
99
nibabel==5.4.2
1010
# via brainstemx-full
11-
numpy==2.4.6
11+
numpy==2.5.0
1212
# via
1313
# brainstemx-full
1414
# nibabel

0 commit comments

Comments
 (0)