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"]