From 2b247191507b3ea5234df8c6d24f048ac02c6a27 Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 12 Mar 2024 08:06:40 +0100 Subject: [PATCH] TF Estimators will not be available in TensorFlow 2.16 or after. --- reqs/test.pip | 2 -- 1 file changed, 2 deletions(-) diff --git a/reqs/test.pip b/reqs/test.pip index 0c7d0bd4f..f5cffd5f9 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -35,12 +35,10 @@ pytest-timeout # TensorFlow (x86) related package tensorflow==2.16.1; platform_machine != "arm64" -tensorflow-estimator==2.15.0; platform_machine != "arm64" keras==3.1.0; platform_machine != "arm64" # TensorFlow (arm64) related package. Currently no Python 3.13 support. tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13" -tensorflow-estimator==2.15.0; platform_machine == "arm64" and python_version < "3.13" keras==3.1.0; platform_machine == "arm64" and python_version < "3.13" tensorflow-addons==0.23.0; python_version < "3.13"