areusch commented on a change in pull request #8193:
URL: https://github.com/apache/tvm/pull/8193#discussion_r654518527



##########
File path: docker/install/ubuntu_install_onnx.sh
##########
@@ -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.0

Review comment:
       can you also update `python/gen_requirements.py`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to