Skip to content

Commit 1920121

Browse files
Update numpy requirement from <2.0.0 to <3.0.0
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.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0a9901 commit 1920121

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
@@ -39,7 +39,7 @@ dependencies = [
3939
"flask",
4040
# Pin numpy to avoid:
4141
# https://github.com/pytorch/pytorch/issues/128860
42-
"numpy<2.0.0",
42+
"numpy<3.0.0",
4343
"pillow",
4444
"piq",
4545
"pydantic-settings",

0 commit comments

Comments
 (0)