Arm backend: Add requirements.txt for arm backend #13804
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add requirements.txt files to handle pip installs in a more python way of doing things. Tagged versions handled in one place instead of being spread out in shell scripts.
Requirements-arm-tosa.txt contains what is needed for the tosa reference model which is shared between multiple backends.
Requirements-arm-ethos-u.txt contains the vela compiler needed by the ethos-u backend.
Requirements-arm-models-test.txt contains test models needed for baremetal tests. The install_models_for_test.sh was keept since that its used by gitlab ci.
Change-Id: I3213e543d15c23b96ccd1f683a9d6c7b164d7e7b
Signed-off-by: per.held@arm.com