This is an automated email from the ASF dual-hosted git repository. leandron pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 89aa4fe284f2b17a19585ffdc5b96cf7a620122d Author: Ophir Frish <[email protected]> AuthorDate: Thu Jan 27 12:28:30 2022 +0200 Upgrade tensorflow to version to 2.6.x Upgrade the following versions: keras - from 2.4.3 to 2.6 tensorflow - from 2.4.2 to 2.6.2 h5py - from version < 3.0 to version 3.1.0 --- docker/install/ubuntu_install_tensorflow.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/install/ubuntu_install_tensorflow.sh b/docker/install/ubuntu_install_tensorflow.sh index 8a51fbb..eaf89ff 100755 --- a/docker/install/ubuntu_install_tensorflow.sh +++ b/docker/install/ubuntu_install_tensorflow.sh @@ -21,6 +21,6 @@ set -u set -o pipefail pip3 install \ - "h5py<3.0" \ - keras==2.4.3 \ - tensorflow==2.4.2 + "h5py==3.1.0" \ + keras==2.6 \ + tensorflow==2.6.2
