commit | c0349411c7ae682cb5ed33cfc6e41aad52d46b74 | [log] [tgz] |
---|---|---|
author | Gautham Ravichandran <gautham.ravichandran@arm.com> | Tue Jul 22 15:04:17 2025 +0100 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Thu Jul 24 12:08:39 2025 +0000 |
tree | 735fc26e8eda6e411f58f5158260e499dc66e127 | |
parent | b720c80d82229d11d82219e9f6f2c1b79e1f5d9f [diff] |
jammy-amd64-tf-m-build: Add pandas dependency Add pandas python package to requirements_python3 Change-Id: Id84ebb33a3bb4fc88fc084a4e68f13ca30ad8810 Signed-off-by: Gautham Ravichandran <gautham.ravichandran@arm.com>
diff --git a/jammy-amd64-tf-m-build/requirements_python3.txt b/jammy-amd64-tf-m-build/requirements_python3.txt index 1ab4112..24d529f 100644 --- a/jammy-amd64-tf-m-build/requirements_python3.txt +++ b/jammy-amd64-tf-m-build/requirements_python3.txt
@@ -22,3 +22,5 @@ libclang~=18.1.1 pyelftools~=0.30 rich~=13.9.4 +pandas==1.5.3 +