Skip to content

Commit c953138

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] <support@github.com>
1 parent f42c91d commit c953138

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

0 commit comments

Comments
 (0)