From 1451f65fc2468b5229f28aa8bb9444db2815d9e8 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 24 Oct 2017 15:41:39 +0100 Subject: [PATCH] we explicitly need scipy now --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index efc5b1b48..05052114a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ six==1.* deprecation==1.* numpy==1.* +scipy>=0.18,<1 nibabel==2.* indexed_gzip>=0.6.1,<1 wxPython>=3.0.2.0,<4.1 -- GitLab