Skip to content

Commit e2ea8f7

Browse files
Merge pull request #2245 from VWS-Python/dependabot/pip/numpy-lt-3.0.0
Update numpy requirement from <2.0.0 to <3.0.0
2 parents b30f32e + 50f1af0 commit e2ea8f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ dynamic = [
3939
dependencies = [
4040
"beartype",
4141
"flask",
42-
# Pin numpy to avoid:
43-
# https://github.com/pytorch/pytorch/issues/128860
44-
"numpy<2.0.0",
42+
"numpy",
4543
"pillow",
4644
"piq",
4745
"pydantic-settings<2.6.0",

0 commit comments

Comments
 (0)