bmabey / pyLDAvis

Python library for interactive topic model visualization. Port of the R LDAvis package.
BSD 3-Clause "New" or "Revised" License
1.8k stars 361 forks source link

Remove `future` lib #219

Closed OliRafa closed 1 year ago

OliRafa commented 2 years ago

This PR removes the future lib, as we dropped support for Python 2.

By doing so we have less dependencies to manage, and makes life easier for people who uses tools like Poetry with very strict dependency versions.

msusol commented 1 year ago

missed in 3.3.0 dropping python 2.x