Skip to content

Commit cab0146

Browse files
Update numpy requirement from <=2.1.3 to <=2.2.1 (#347)
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v0.2.0...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9f5fc0 commit cab0146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = {file = "LICENSE"}
2222
requires-python = ">=3.8"
2323
dependencies = [
2424
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
25-
"numpy<=2.1.3",
25+
"numpy<=2.2.1",
2626
"pandas<=2.2.3",
2727
"pybids<=0.17.2",
2828
"pyyaml",

0 commit comments

Comments
 (0)