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