Update requirements.txt `onnx>=1.9.0` (#3143)

This commit is contained in:
Glenn Jocher 2021-05-12 19:56:12 +02:00 committed by GitHub
parent f12cef85a3
commit b098600763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pandas
# export -------------------------------------- # export --------------------------------------
# coremltools>=4.1 # coremltools>=4.1
# onnx>=1.8.1 # onnx>=1.9.0
# scikit-learn==0.19.2 # for coreml quantization # scikit-learn==0.19.2 # for coreml quantization
# extras -------------------------------------- # extras --------------------------------------