From 1a97260c5479093b22f636168667dfb388d9ce4b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Oct 2021 10:09:32 -0700 Subject: [PATCH] Upper bound `tensorflow_estimator` to match release --- tensorflow/tools/pip_package/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/pip_package/setup.py b/tensorflow/tools/pip_package/setup.py index 53357120564f85..a9d6d66bd17768 100644 --- a/tensorflow/tools/pip_package/setup.py +++ b/tensorflow/tools/pip_package/setup.py @@ -102,7 +102,7 @@ # They are updated during the release process # When updating these, please also update the nightly versions below 'tensorboard ~= 2.6', - 'tensorflow_estimator ~= 2.6', + 'tensorflow_estimator < 2.7', 'keras ~= 2.6', ]