diff --git a/setup.py b/setup.py index e7e9b7b2a..cb1c4c2a4 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,9 @@ license='Apache v2', maintainer='ARM Architecture & Technology Device Lab', maintainer_email='workload-automation@arm.com', + setup_requires=[ + 'numpy' + ], install_requires=[ 'python-dateutil', # converting between UTC and local time. 'pexpect>=3.3', # Send/receive to/from device