From 0b2321fdd1b57813ebeb27cd3a1e2a0177bf6c54 Mon Sep 17 00:00:00 2001
From: Mihai Maruseac <mihaimaruseac@google.com>
Date: Wed, 15 Jul 2020 17:25:43 -0700
Subject: [PATCH] Fix typo in estimator min bound

Should be `2.3.0rc0`, not `2.3.0-rc0`
---
 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 328ac2a988f..5a10b496149 100644
--- a/tensorflow/tools/pip_package/setup.py
+++ b/tensorflow/tools/pip_package/setup.py
@@ -64,7 +64,7 @@ REQUIRED_PACKAGES = [
     'opt_einsum >= 2.3.2',
     'protobuf >= 3.9.2',
     'tensorboard >= 2.2.0, < 2.3.0',
-    'tensorflow_estimator >= 2.3.0-rc0, < 2.4.0',
+    'tensorflow_estimator >= 2.3.0rc0, < 2.4.0',
     'termcolor >= 1.1.0',
     'wrapt >= 1.11.1',
     'wheel >= 0.26',