Fix an issue with flatbuffer version for Raspberry Pi (#8311)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/8334/head
Lakshantha Dissanayake 1 year ago committed by GitHub
parent 7f0d5ef9d7
commit 9e24743861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ultralytics/engine/exporter.py

@ -722,6 +722,7 @@ class Exporter:
"onnxsim>=0.4.33",
"onnx_graphsurgeon>=0.3.26",
"tflite_support",
"flatbuffers>=23.5.26", # update old 'flatbuffers' included inside tensorflow package
"onnxruntime-gpu" if cuda else "onnxruntime",
),
cmds="--extra-index-url https://pypi.ngc.nvidia.com",

Loading…
Cancel
Save