"flatbuffers>=23.5.26,<100",# update old 'flatbuffers' included inside tensorflow package
# "flatbuffers>=23.5.26,<100", # update old 'flatbuffers' included inside tensorflow package: WARNING Dockerfile error https://github.com/ultralytics/ultralytics/actions/runs/8715942435/job/23908971614
"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
"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
"h5py!=3.11.0; platform_machine == 'aarch64'",# fix h5py build issues due to missing aarch64 wheels in 3.11 release
"h5py!=3.11.0; platform_machine == 'aarch64'",# fix h5py build issues due to missing aarch64 wheels in 3.11 release