aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:37:16 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:37:16 +0100
commit7af0dba1c342f099ce66fad2b4a2c61c95bbf437 (patch)
tree0a7794d7b8aaf5d2616c60c7bb5e181239e1c80e /requirements.txt
parentMisc fixes for the installation/uage of scipy/numpy/nltk. (diff)
downloadnewspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.tar.gz
newspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.tar.bz2
newspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.zip
Finall the method with nltk is really slow...
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index b2cae674..a9b3756f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,8 +17,4 @@ WTForms
python-postmark
gevent
whoosh
-python-dateutil
-nltk
-numpy==1.8.1
-scipy==0.14.0
-scikit-learn==0.13.1 \ No newline at end of file
+python-dateutil \ No newline at end of file
bgstack15