From b4a30417bbde00485092c9dda38d46fe8982aa15 Mon Sep 17 00:00:00 2001 From: "moksh.baweja" Date: Mon, 13 Oct 2025 11:55:40 +0530 Subject: [PATCH] Tensorflow Version Change for better compatabilty Tensorflow 2.20.0 was earlier downgraded to 2.17.1 for composible pipeline. Now we are downgrading to keep tensorflow version same for standard pipeline as well. Issue-Id: AIMLFW-287 Change-Id: Icdc8f5d7a40436959c14195dbdeae6ebbe49a17c Signed-off-by: moksh.baweja --- tools/kubeflow/requirements_pipeline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kubeflow/requirements_pipeline.txt b/tools/kubeflow/requirements_pipeline.txt index 656be9c..28441d7 100644 --- a/tools/kubeflow/requirements_pipeline.txt +++ b/tools/kubeflow/requirements_pipeline.txt @@ -15,4 +15,4 @@ # limitations under the License. # # ================================================================================== -tensorflow==2.20.0 \ No newline at end of file +tensorflow==2.17.1 \ No newline at end of file -- 2.16.6