From d17145077d059708ff9fbfa74ecbaacc343bb6a5 Mon Sep 17 00:00:00 2001 From: "icaro.medeiros" Date: Wed, 10 Oct 2012 21:53:51 -0300 Subject: [PATCH] adding >= to sci.py in requirements.txt as this package version does not exist in pypi.python.org --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72abc0c..a58cc63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ argparse>=1.1 nltk>=2.0b8 numpy==1.3.0 -scipy==0.7.0 \ No newline at end of file +scipy>=0.7.0