From f11b9df9faf183d3807c847eaa8d2b8b2525c9eb Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Mon, 11 Jan 2016 11:20:22 -0500 Subject: [PATCH] Requirements: Add ranges. --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3026029..eac9336 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==1.10.2 -scipy==0.16.1 -pandas==0.17.0 -scikit-learn==0.17 -nose==1.3.7 +numpy >= 1.1, < 2.0 +scipy >= 0.13, < 0.17 +pandas >= 0.13, < 0.18 +scikit-learn >= 0.14, < 0.18 +nose >= 1.3.1, < 1.4