This PR #3261 replace tensorflow with tensorflow-cpu to save memory. Problem is that tensorflow-cpu package is not supported on aarch64.
The tensorflow-cpu package missing aarch64 support issue has been raised before but has unfortunately not been resolved: tensorflow/tensorflow#62673
It has previously been resolved in tflite-micro: #2367
This gives problems on our internal CI running on aarch64.
For example the test_generate_micro_mutable_op_resolver_tests.sh script now depends on tensorflow-cpu.