remove-tfjs-arm64
lakbot 5 months ago
parent 4fda8cdbda
commit 59c3ba4df6
  1. 2
      pyproject.toml

@ -102,7 +102,7 @@ export = [
"coremltools>=7.0; platform_system != 'Windows' and python_version <= '3.11'", # CoreML supported on macOS and Linux
"openvino>=2024.0.0", # OpenVINO export
"tensorflow>=2.0.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
"tensorflowjs>=3.9.0"; platform_system != 'aarch64', # TF.js export, automatically installs tensorflow
"tensorflowjs>=3.9.0; platform_system != 'aarch64'", # TF.js export, automatically installs tensorflow
"keras", # not installed automatically by tensorflow>=2.16
"flatbuffers>=23.5.26,<100; platform_machine == 'aarch64'", # update old 'flatbuffers' included inside tensorflow package
"numpy==1.23.5; platform_machine == 'aarch64'", # fix error: `np.bool` was a deprecated alias for the builtin `bool` when using TensorRT models on NVIDIA Jetson

Loading…
Cancel
Save