kahne / fastwer

A PyPI package for fast word/character error rate (WER/CER) calculation
MIT License
68 stars 14 forks source link

Make the project PEP-518 compliant #8

Open mrapplexz opened 1 year ago

mrapplexz commented 1 year ago

Hello! These changes make the fastwer package compatible with PEP-518 and remove unneeded runtime dependency on pybind11. Should fix https://github.com/kahne/fastwer/issues/2 and https://github.com/kahne/fastwer/issues/5 . Also, the package now installs without any problems using Poetry and other PEP-518 compliant build systems and package managers. https://pybind11.readthedocs.io/en/stable/compiling.html#pep-518-requirements-pip-10-required

ichko commented 1 year ago

Can we have these changes merged?