Skip to content

Commit

Permalink
No restritions on onnx versions (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida authored Sep 8, 2022
1 parent 7f09a98 commit e08b809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
coverage
lmdb
onnx==1.7.0; python_version < '3.10'
onnx
onnxoptimizer; python_version < '3.10'
onnxruntime>=1.8.0; python_version < '3.10'
onnxruntime>=1.8.0
protobuf~=3.19.0
pytest
PyTurboJPEG
Expand Down

0 comments on commit e08b809

Please sign in to comment.