aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2024-04-11Update tensorflow to 2.16 in requirements.txtJonny Svärd
Change-Id: I06e8b74fc586d4affb2e5f57241d4b4ed43d003c Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
2024-02-01Update tensorflow to 2.15 in requirements.txt24.02-rc124.02Jonny Svärd
Change-Id: I5981f063734acb0f141eb5379d844af15756e295 Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
2023-11-06Update tensorflow to 2.14 in requirements.txt23.11-rc223.11-rc123.11Jonny Svärd
Change-Id: I058e80a1c6aec1451255104ec5f5210ab436240b Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
2023-07-14Update tensorflow to 2.12 in requirements.txt23.08-rc223.08-rc123.08Jonny Svärd
Change-Id: I034049ee8a4bb471e9b57d066e102d08a755d698 Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
2023-05-11Update required versions of Python and Tensorflow23.05-rc1Jonny Svärd
Change-Id: I4fcd22bd32870244eeb1784d2f26cc43b02b48a9
2022-11-23Updating Tensorflow requirement to 2.1022.11Kristofer Jonsson
Change-Id: Ic2164fdf164613d268dcbe3ef6d7dffa67fbd40d
2022-08-15Updating Tensorflow to 2.9.0Kristofer Jonsson
Change-Id: Id5faecc7e348780237decf31d1195870264f32cc
2022-05-19Updating Tensorflow to 2.8.022.05-rc2Kristofer Jonsson
Change-Id: I12ac4f1bcfc7302deaa3b1074ea843e878641cce
2022-03-01Updating Tensorflow to 2.7.0 in requirements.txt22.02Kristofer Jonsson
Change-Id: I4c7ee5ff5ceb9c6ef2c5c8498bebe41b06e08290
2021-11-03Update documentationKristofer Jonsson
Updating MCC memory for new configurations of Corstone-300 FPGA. Adding information about required Python packages and tools. Adding information about run_platform.py script. Change-Id: I7a542db364ebcb2a4524823aff4b8864f62a8ae5
2021-06-22Add a requirements.txt to scripts folderJonny Svärd
Some scripts require external modules (from pip). Install using: python -m pip install -r requirements.txt NOTE: On some distributions python2 is still default, so to use python 3 it might be necessary to replace python on the above command line with python3 Update README.md to mention the python requirements. Change-Id: Ia7581c874570d92846095775f680238328f651b4