You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/10/29 23:14:20 UTC

[incubator-tvm] branch main updated: [CI] Keras version upgraded from 2.3.1 to 2.4.3 (#6793)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ce55cb  [CI] Keras version upgraded from 2.3.1 to 2.4.3 (#6793)
0ce55cb is described below

commit 0ce55cb1fe0cfbf99dc53fd47c765887e33adad6
Author: ANSHUMAN TRIPATHY <an...@huawei.com>
AuthorDate: Fri Oct 30 04:43:56 2020 +0530

    [CI] Keras version upgraded from 2.3.1 to 2.4.3 (#6793)
---
 docker/install/ubuntu_install_tensorflow.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/install/ubuntu_install_tensorflow.sh b/docker/install/ubuntu_install_tensorflow.sh
index 4e766d4..21c88d6 100755
--- a/docker/install/ubuntu_install_tensorflow.sh
+++ b/docker/install/ubuntu_install_tensorflow.sh
@@ -20,4 +20,4 @@ set -e
 set -u
 set -o pipefail
 
-pip3 install tensorflow==2.3.1 keras==2.3.1 h5py
+pip3 install tensorflow==2.3.1 keras==2.4.3 h5py