No restritions on onnx versions (#2251)

pull/2261/head
Zaida Zhou 2022-09-08 15:44:27 +08:00 committed by GitHub
parent 7f09a983c3
commit e08b80911f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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