bmabey/pyLDAvis

pyLDAvis doesn't have dependencies listed on PyPI

OliRafa opened this issue · 1 comments

The library doesn't have its dependencies listed on PyPI.
This is a problem because it obligates dependency management tools (like Poetry) to download the whole package just to check its dependencies and versions in order to resolve which dependency versions it'll install.

This is a big problem for tools like Poetry to run in a reasonable time, and starting listing this package dependencies would help to solve it. More on this can be found on python-poetry/poetry#2094 .

Let's re-evaluate in vs 3.4.0