From e40ad6fdbbf0a3ff2866f6ba975f709b5305021b Mon Sep 17 00:00:00 2001 From: David Rubinstein Date: Sun, 1 Oct 2023 15:29:42 -0400 Subject: [PATCH] tf-macos does not support py37 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4853a742..585a6947 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ install_requires = tflite-runtime; platform_system == "Linux" and python_version < "3.11" typing_extensions tensorflow>=2.4.1; platform_system != "Darwin" and python_version >= "3.11" - tensorflow-macos>=2.4.1; platform_system == "Darwin" and python_version >= "3.11" + tensorflow-macos>=2.4.1; platform_system == "Darwin" and "3.7" > python_version >= "3.11" [options.entry_points] console_scripts = @@ -57,7 +57,7 @@ test = pytest-mock tf = tensorflow>=2.4.1; platform_system != "Darwin" - tensorflow-macos>=2.4.1; platform_system == "Darwin" + tensorflow-macos>=2.4.1; platform_system == "Darwin" and python_version > "3.7" coreml = coremltools onnx =