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

Removing sklearn from requirements. #236

Closed matthewkdies closed 1 year ago

matthewkdies commented 1 year ago

As #234 notes, the sklearn name for the package has been deprecated in favor of scikit-learn. I've removed sklearn from the requirements.txt file to resolve this issue.