From ffe4de651a938dbda7ec25549bf95a86a760ba8a Mon Sep 17 00:00:00 2001 From: Bhaskar Gautam Date: Fri, 11 Jan 2019 23:10:49 +0530 Subject: [PATCH] To resolve all the error during installation of module --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79ba3534..3fe3ecdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -chainer>=1.5.1 -numpy>=1.10 -spacy>=0.9 -scipy>=0.16.0 +chainer==1.5.1 +numpy==1.10 +spacy==0.90 +scipy==0.16.0 sklearn