aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 15:40:32 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 15:40:32 +0100
commit837d7677947560817e062b23f82e44bdbf3bd18b (patch)
treed1d8f7c460f8d34ef24e4c1416beaaf2deeb3149
parentUpdated requirements.txt (diff)
downloadnewspipe-837d7677947560817e062b23f82e44bdbf3bd18b.tar.gz
newspipe-837d7677947560817e062b23f82e44bdbf3bd18b.tar.bz2
newspipe-837d7677947560817e062b23f82e44bdbf3bd18b.zip
Updated requirements.txt
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index ff650ae2..b2cae674 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,6 +19,6 @@ gevent
whoosh
python-dateutil
nltk
-numpy==1.7.0
-scipy==0.11.0
+numpy==1.8.1
+scipy==0.14.0
scikit-learn==0.13.1 \ No newline at end of file
bgstack15