1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-07-05 06:34:12 +01:00

doc/requirements: Add explict requirements for numpy and pandas

Add these requirements so that they are installed into the readthedocs
environment before building the documentation. If left to use the
default installation method the build process times out.
This commit is contained in:
Marc Bonnici
2018-04-06 15:59:48 +01:00
committed by setrofim
parent bc87eacde2
commit d3efb1fda1

@ -1 +1,3 @@
nose
numpy
pandas