From 4a2f161bc53a7357bed05be7cc9fc37c02563add Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Thu, 20 Apr 2017 10:51:55 +0530 Subject: [PATCH] Specify version numbers for each dependency --- requirements.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index add1c76..565c207 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -click -requests -pandas +click==6.6 +requests==2.13.0 +pandas==0.18.1 # fisher -opencv-python -numpy -scipy -sklearn +numpy==1.12.1 +scipy==0.19.0 +scikit-learn==0.17.1