From 482924ac6900b92db08c6a6cc74d236fe062f10d Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 7 Jun 2017 12:07:50 +0100 Subject: [PATCH] Simplify requirements (at the risk of breaking something?) --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index b33f0565a..55d5ba946 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -six>=1.10.0,<2.0 -numpy>=1.11.1,<2.0 -nibabel>=2.1,<3.0 -indexed_gzip>=0.3.3,<0.4 +six==1.* +numpy==1.* +nibabel==2.* +indexed_gzip==0.3.* wxPython>=3.0.2.0,<4.1 -- GitLab