From a1c6f68f2a2e4eb88866b2a317baac9f406d903e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Mej=C3=ADa?= Date: Thu, 10 Jun 2021 11:46:35 +0200 Subject: [PATCH] Merge pull request #14888: [BEAM-12411] Update Tensorflow to version 2.5.0 & grpcio to 1.34.0 --- sdks/python/container/base_image_requirements.txt | 4 ++-- sdks/python/container/license_scripts/dep_urls_py.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sdks/python/container/base_image_requirements.txt b/sdks/python/container/base_image_requirements.txt index 7602198ba741..c9ac297ab34d 100644 --- a/sdks/python/container/base_image_requirements.txt +++ b/sdks/python/container/base_image_requirements.txt @@ -28,7 +28,7 @@ fastavro==1.0.0.post1 crcmod==1.7 dill==0.3.1.1 future==0.18.2 -grpcio==1.32.0 +grpcio==1.34.0 hdfs==2.5.8 httplib2==0.19.1 oauth2client==4.1.3 @@ -63,7 +63,7 @@ pandas==1.1.5 ; python_version<"3.7" pandas==1.2.4 ; python_version>="3.7" protorpc==0.12.0 python-gflags==3.0.6 -tensorflow==2.4.1 +tensorflow==2.5.0 # Packages needed for testing. tenacity>=5.0.2 diff --git a/sdks/python/container/license_scripts/dep_urls_py.yaml b/sdks/python/container/license_scripts/dep_urls_py.yaml index 824dc13a397e..2ff0a084a6e6 100644 --- a/sdks/python/container/license_scripts/dep_urls_py.yaml +++ b/sdks/python/container/license_scripts/dep_urls_py.yaml @@ -81,6 +81,8 @@ pip_dependencies: license: "https://raw.githubusercontent.com/mtth/hdfs/master/LICENSE" httplib2: license: "https://raw.githubusercontent.com/httplib2/httplib2/master/LICENSE" + keras-nightly: + license: "https://raw.githubusercontent.com/keras-team/keras/master/LICENSE" mmh3: license: "https://raw.githubusercontent.com/hajimes/mmh3/master/LICENSE" mock: