Skip to content

Commit

Permalink
Update ONNX versions (#8304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brookhart authored Jun 22, 2021
1 parent 5c2836c commit 1c6f2bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/install/ubuntu_install_onnx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ set -e
set -u
set -o pipefail

# fix to certain version for now
pip3 install onnx==1.6.0
pip3 install onnxruntime==1.0.0
# We need to fix the onnx version because changing versions tends to break tests
# TODO(mbrookhart): periodically update
pip3 install onnx==1.8.1
pip3 install onnxruntime==1.7.0

# torch depends on a number of other packages, but unhelpfully, does
# not expose that in the wheel!!!
Expand Down

0 comments on commit 1c6f2bc

Please sign in to comment.