Skip to content

Commit

Permalink
Update ONNX versions (apache#8304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brookhart authored and ylc committed Jan 13, 2022
1 parent 791f26b commit 8e46f9e
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 8e46f9e

Please sign in to comment.