From d8b36bd7137e04fcaf36df043abcbba532fa6509 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Tue, 16 May 2023 06:50:11 -0700 Subject: [PATCH] Explicitly link the license to Keras dependency (#26712) --- sdks/python/container/license_scripts/dep_urls_py.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdks/python/container/license_scripts/dep_urls_py.yaml b/sdks/python/container/license_scripts/dep_urls_py.yaml index a0b1cd959735..beea506ca91c 100644 --- a/sdks/python/container/license_scripts/dep_urls_py.yaml +++ b/sdks/python/container/license_scripts/dep_urls_py.yaml @@ -94,6 +94,8 @@ pip_dependencies: license: "https://raw.githubusercontent.com/mtth/hdfs/master/LICENSE" httplib2: license: "https://raw.githubusercontent.com/httplib2/httplib2/master/LICENSE" + keras: + license: "https://raw.githubusercontent.com/keras-team/keras/master/LICENSE" keras-nightly: license: "https://raw.githubusercontent.com/keras-team/keras/master/LICENSE" mmh3: