From 4e6f07614182da46662ba38ddfb70b71d4c0188c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:37:30 +0000 Subject: [PATCH] Bump keras Bumps [keras](https://github.com/keras-team/keras) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.11.3...v3.12.0) --- updated-dependencies: - dependency-name: keras dependency-version: 3.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/pyproject.toml b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/pyproject.toml index b78349825e..04ebd6879a 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/pyproject.toml +++ b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11,<3.12" dependencies = [ "intel-extension-for-tensorflow[cpu]>=2.15.0", - "keras==3.11.3", + "keras==3.12.0", "neural-compressor>=3.3", "onnxruntime>=1.20.1", ]