Bump ONNX version (#3286)
authorJared Roesch <roeschinc@gmail.com>
Tue, 4 Jun 2019 15:42:47 +0000 (08:42 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Tue, 4 Jun 2019 15:42:46 +0000 (08:42 -0700)
docker/install/ubuntu_install_onnx.sh

index ec5b7f3..a073389 100755 (executable)
@@ -6,9 +6,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 #   http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -21,7 +21,7 @@ set -u
 set -o pipefail
 
 # fix to certain version for now
-pip3 install onnx>=1.1.0
+pip3 install onnx>=1.4.1
 
 pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.1.post2-cp36-cp36m-linux_x86_64.whl
 pip3 install torchvision