lfmatosm / embedded-topic-model

A package to run embedded topic modelling with ETM. Adapted from the original at: https://github.com/adjidieng/ETM
MIT License
85 stars 8 forks source link

fix: add support for python 3.9 #2

Closed lfmatosm closed 1 year ago

lfmatosm commented 3 years ago

Some dependencies are not satisfied if python 3.9 is used. As such, is necessary to fix this problem.

lfmatosm commented 1 year ago

Solved by #23, which drops support for python<=3.8 and officially adds support for python>=3.9 and python<=3.11