Skip to content

Commit c9d137b

Browse files
Update numpy requirement from <=2.1.0 to <=2.1.3
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.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c16650b commit c9d137b

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.0",
25+
"numpy<=2.1.3",
2626
"pandas<=2.2.2",
2727
"pybids<=0.17.0",
2828
"pyyaml",

0 commit comments

Comments
 (0)