tqchen commented on code in PR #18787:
URL: https://github.com/apache/tvm/pull/18787#discussion_r2813735610


##########
docker/install/ubuntu_install_onnx.sh:
##########
@@ -20,25 +20,25 @@ set -e
 set -u
 set -o pipefail
 
-# Get the Python version
-PYTHON_VERSION=$(python3 -c "import sys; 
print(f'{sys.version_info.major}.{sys.version_info.minor}')")
-
 # Set default value for first argument
 DEVICE=${1:-cpu}
 
 # Install the onnx package
 pip3 install \
-    onnx==1.20.1 \
-    onnxruntime==1.23.2 \
-    onnxoptimizer==0.4.2
+    future \

Review Comment:
   Let us wait and see if skip works



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

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to