From 557ed0b1eadc3e6054c8387af499f058b125a7cb Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Mon, 31 Jul 2023 15:34:00 -0700 Subject: [PATCH] Add tensorflow-addons to model_maker requirements.txt PiperOrigin-RevId: 552610011 --- mediapipe/model_maker/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mediapipe/model_maker/requirements.txt b/mediapipe/model_maker/requirements.txt index 05d18e64..a1c975c1 100644 --- a/mediapipe/model_maker/requirements.txt +++ b/mediapipe/model_maker/requirements.txt @@ -3,6 +3,7 @@ mediapipe>=0.10.0 numpy opencv-python tensorflow>=2.10 +tensorflow-addons tensorflow-datasets tensorflow-hub tf-models-official>=2.13.1