pull/17749/head
Laughing-q 2 months ago
parent a760745a97
commit ad4d6828ae
  1. 2
      pyproject.toml

@ -101,7 +101,7 @@ export = [
"scikit-learn>=1.3.2; platform_system != 'Windows' and python_version <= '3.11'", # CoreML k-means quantization
"openvino>=2024.0.0", # OpenVINO export
"tensorflow>=2.0.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
"tensorflowjs>=4.5.0", # TF.js export, automatically installs tensorflow
"tensorflowjs>=4.5.0,<4.11.0", # TF.js export, automatically installs tensorflow
"tensorstore>=0.1.63; platform_machine == 'aarch64' and python_version >= '3.9'", # for TF Raspberry Pi exports
"keras", # not installed automatically by tensorflow>=2.16
"flatbuffers>=23.5.26,<100; platform_machine == 'aarch64'", # update old 'flatbuffers' included inside tensorflow package

Loading…
Cancel
Save