Skip to content

Commit

Permalink
[#64505] pyproject.toml: Constrained version of numpy
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Aug 23, 2024
1 parent 252416e commit de975b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"isort>=5.12.0",
"jsonschema>=4.16.0",
"matplotlib>=3.3.4",
"numpy",
"numpy>=1.23.5,<2.0.0",
"onnx",
"Pillow>=8.1.0",
"psutil>=5.8.0",
Expand Down

0 comments on commit de975b8

Please sign in to comment.