jamesmf / cclm

Composable Character Level Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support lower versions of python

jamesmf opened this issue · comments

The current requirement of python^3.8 is because of importlib.metadata for the version. But it can be replicated in lower python versions with importlib_metadata

should be handled by #49 , needs automated testing in the CI pipeline