MeloTTS
MeloTTS copied to clipboard
Fix mecab-python3 version
Hello, I am the maintainer of mecab-python3. Users of your library have been opening issues at my repo because they have trouble building MeCab. They should not have to build MeCab, but MeloTTS is using an old version of mecab-python3 that doesn't support recent Python versions. This raises the version. There are no functionality changes.
This also removes the double entry noted in #150.
One of our repo is also receiving issues related to this. thanks @polm for providing the patch. ref: https://github.com/bolna-ai/bolna/issues/305
Also see #51 - mecab-python3 should be optional in this library, since not everyone is using Japanese.
It looks like the current version is on 1.0.9. Can we close this PR?
Fine by me. I haven't had any contact from MeloTTS users in a long time.
Looking at the current requirements, I would note that fugashi should be removed, since it seems you're not using it. It's another library I maintain that provides largely the same features as mecab-python3, so it's very unusual to have both of them in one application.