Skip to content

Commit

Permalink
Update onnx requirement to 1.17.0 (#3054)
Browse files Browse the repository at this point in the history
Signed-off-by: Rickert, Jonas <[email protected]>
  • Loading branch information
jorickert authored Jan 31, 2025
1 parent 6d2b1d4 commit 988271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lit~=15.0
# numpy 1.24 deprecates np.object, np.bool, np.float, np.complex, np.str,
# and np.int which are used heavily in onnx-mlir.
numpy==2.0.1
onnx==1.16.2
onnx==1.17.0
protobuf==4.21.12
pytest==8.3.2
pytest-xdist==3.6.1

0 comments on commit 988271d

Please sign in to comment.