From c1341a3461aaf433929d7607ff5e37c2dc37713a Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Tue, 19 Mar 2024 14:29:42 +0530 Subject: [PATCH] resolved conflicting package issue --- tensorflow_examples/lite/model_maker/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tensorflow_examples/lite/model_maker/requirements.txt b/tensorflow_examples/lite/model_maker/requirements.txt index 2c22694af1a..d8fd7ac03c6 100644 --- a/tensorflow_examples/lite/model_maker/requirements.txt +++ b/tensorflow_examples/lite/model_maker/requirements.txt @@ -5,17 +5,17 @@ tensorflow-hub>=0.7.0,<0.13; python_version >= "3" numpy>=1.17.3,<1.23.4 pillow>=7.0.0 sentencepiece>=0.1.91 -tensorflow-datasets>=2.1.0 +tensorflow-datasets fire>=0.3.1 -flatbuffers>=2.0 +flatbuffers absl-py>=0.10.0 urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 tflite-support>=0.4.2 tensorflowjs>=2.4.0,<3.19.0 -tensorflow>=2.6.0 +tensorflow==2.13.1 # b/196287362: This Numba + Librosa combination works for numpy 1.19, introduced # by TensorFlow 2.6.0. -numba>=0.53 +numba librosa==0.8.1 lxml>=4.6.1 PyYAML>=5.1 @@ -26,4 +26,4 @@ tensorflow-addons>=0.11.2 neural-structured-learning>=1.3.1 tensorflow-model-optimization>=0.5 Cython>=0.29.13 -scann==1.2.6 +scann