From ccc523b983b20ed17938522c0cf3f00acf1beb9a Mon Sep 17 00:00:00 2001 From: Shailesh Tanwar <135304487+tanwarsh@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:45:46 +0530 Subject: [PATCH] Bump `keras` to 3.8.0 (#1279) Signed-off-by: yes --- openfl-workspace/keras_2dunet/requirements.txt | 2 +- openfl-workspace/keras_cnn_mnist/requirements.txt | 2 +- openfl-workspace/keras_nlp/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openfl-workspace/keras_2dunet/requirements.txt b/openfl-workspace/keras_2dunet/requirements.txt index d790f6ff87..17f7b7c86b 100644 --- a/openfl-workspace/keras_2dunet/requirements.txt +++ b/openfl-workspace/keras_2dunet/requirements.txt @@ -1,4 +1,4 @@ -keras==3.6.0 +keras==3.8.0 nibabel setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability tensorflow==2.18.0 diff --git a/openfl-workspace/keras_cnn_mnist/requirements.txt b/openfl-workspace/keras_cnn_mnist/requirements.txt index 5fa9907811..858a7dc3c8 100644 --- a/openfl-workspace/keras_cnn_mnist/requirements.txt +++ b/openfl-workspace/keras_cnn_mnist/requirements.txt @@ -1,3 +1,3 @@ -keras==3.6.0 +keras==3.8.0 tensorflow==2.18.0 diff --git a/openfl-workspace/keras_nlp/requirements.txt b/openfl-workspace/keras_nlp/requirements.txt index 6bba4a277d..32de452725 100644 --- a/openfl-workspace/keras_nlp/requirements.txt +++ b/openfl-workspace/keras_nlp/requirements.txt @@ -1,2 +1,2 @@ -keras==3.6.0 +keras==3.8.0 tensorflow==2.18.0