Skip to content

Commit

Permalink
Release 0.9.4-5: Removed polyglot
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Mar 18, 2019
1 parent c8917a6 commit 7493c84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jupyterhub (0.9.4-5~stretch) stretch; urgency=low

* setup: Removed polyglot

-- Juergen Hermann <jh@web.de> 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'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 7493c84

Please sign in to comment.