From 7493c844ea5b49fa31bdf9a87d6775cf3c9e6fa1 Mon Sep 17 00:00:00 2001 From: jhermann Date: Mon, 18 Mar 2019 17:26:31 +0100 Subject: [PATCH] Release 0.9.4-5: Removed polyglot --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6969eed..303c123 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jupyterhub (0.9.4-5~stretch) stretch; urgency=low + + * setup: Removed polyglot + + -- Juergen Hermann Mon, 18 Mar 2019 17:02:15 +0100 + jupyterhub (0.9.4-4~stretch) stretch; urgency=low * Extras: Added 'docker', 'nlp', 'ml', 'utils', and 'vizjs' diff --git a/setup.py b/setup.py index 1db8571..9254a15 100755 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ parquet=['fastparquet==0.2.1', 'parquet-cli==1.2'], nlp=[ 'gensim==3.7.1', # Topic Modelling in Python - 'polyglot==16.7.4', + #'polyglot==16.7.4', # badly maintained, and setup has Unicode problems 'spacy==2.0.18', ], nltk=['nltk==3.4', 'textblob==0.15.3'],