diff --git a/pyproject.toml b/pyproject.toml index 1afacc1..2dc24a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ export = [ "onnx>=1.12.0", # ONNX export "coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux "openvino-dev>=2023.0", # OpenVINO export - "tensorflow<=2.13.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 + "tensorflow<=2.15.0.post1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161 "tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow ] explorer = [