aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
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