Skip to content

Commit b90e397

Browse files
Update numpy requirement from <2.2 to <2.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@v1.23.0...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be575fa commit b90e397

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
@@ -63,7 +63,7 @@ lint = [
6363
"mypy==1.14.1",
6464
"reno>=3.4.0",
6565
"pylint==3.3.3",
66-
"numpy<2.2",
66+
"numpy<2.3",
6767
]
6868
docs = [
6969
"Sphinx>=3.0.0",

0 commit comments

Comments
 (0)