From 0edd6ce1531e49d019bb6c901ff10a04ff99fcb1 Mon Sep 17 00:00:00 2001 From: David Rubinstein Date: Tue, 16 Apr 2024 13:52:46 -0400 Subject: [PATCH] tf pin --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6486b4..75bdb4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ "resampy>=0.2.2,<0.4.3", "scikit-learn", "scipy>=1.4.1", - "tensorflow>=2.4.1,<2.16; platform_system != 'Darwin' and python_version >= '3.11'", - "tensorflow-macos>=2.4.1,<2.16; platform_system == 'Darwin'", + "tensorflow>=2.4.1,<2.15.1; platform_system != 'Darwin' and python_version >= '3.11'", + "tensorflow-macos>=2.4.1,<2.15.1; platform_system == 'Darwin'", "tflite-runtime; platform_system == 'Linux' and python_version < '3.11'", "typing_extensions", ] @@ -56,8 +56,8 @@ test = [ "pytest-mock", ] tf = [ - "tensorflow>=2.4.1,<2.16; platform_system != 'Darwin'", - "tensorflow-macos>=2.4.1,<2.16; platform_system == 'Darwin' and python_version > '3.7'", + "tensorflow>=2.4.1,<2.15.1; platform_system != 'Darwin'", + "tensorflow-macos>=2.4.1,<2.15.1; platform_system == 'Darwin' and python_version > '3.7'", ] coreml = ["coremltools"] onnx = ["onnxruntime"]