From 8e313b4b0c9bfbad0470c2a5153f676ef1b8ee6b Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Fri, 28 Jul 2023 16:05:05 -0700 Subject: [PATCH] Fix typo in model maker requirements.txt PiperOrigin-RevId: 551973577 --- mediapipe/model_maker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/model_maker/requirements.txt b/mediapipe/model_maker/requirements.txt index b9bc3113c..05d18e642 100644 --- a/mediapipe/model_maker/requirements.txt +++ b/mediapipe/model_maker/requirements.txt @@ -5,4 +5,4 @@ opencv-python tensorflow>=2.10 tensorflow-datasets tensorflow-hub -tf-models-official=>2.13.1 +tf-models-official>=2.13.1