MontrealCorpusTools / Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi
https://montrealcorpustools.github.io/Montreal-Forced-Aligner/
MIT License
1.35k stars 249 forks source link

[BUG] Need to bump praatio requirement from >=5.0.0 to >=6.0.0 #763

Closed AlienKevin closed 9 months ago

AlienKevin commented 9 months ago

Describe the issue Currently, setup.cfg only requires the praatio dependency to be >=5.0.0. However, MFA=3.0.0 actually uses the updated API of TextGrid from versions >=6.0.0, like tg.tierNames. Since the dependency is not bumped accordingly, users with an older praatio version <6.0.0 preinstalled locally may encounter a tierNames not defined exception.

Suggestion: bump praatio to >=6.0.0

Desktop (please complete the following information):