aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 15:35:11 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 15:35:11 +0100
commit3d2b4826964a6ab4767f0d0212430d6f28294789 (patch)
tree7b12e16a4a66ee569dcc7c325b96f38771266f6f /requirements.txt
parentUpdated requirements.txt (diff)
downloadnewspipe-3d2b4826964a6ab4767f0d0212430d6f28294789.tar.gz
newspipe-3d2b4826964a6ab4767f0d0212430d6f28294789.tar.bz2
newspipe-3d2b4826964a6ab4767f0d0212430d6f28294789.zip
Updated requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 2de785ca..ff650ae2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,6 +19,6 @@ gevent
whoosh
python-dateutil
nltk
-scipy==0.11.0
numpy==1.7.0
+scipy==0.11.0
scikit-learn==0.13.1 \ No newline at end of file
bgstack15