From d3efb1fda14ae023697d480ea1487f80084e552b Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 6 Apr 2018 15:59:48 +0100 Subject: [PATCH] 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. --- doc/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index f3c7e8e6..0fcdf8a4 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1 +1,3 @@ nose +numpy +pandas