tarepan / SpeechMOS

Easy-to-Use Speech MOS predictors
MIT License
196 stars 13 forks source link

Change Python version dependencies from Python>=3.10 to Python>=3.8. #14

Closed Takaaki-Saeki closed 9 months ago

Takaaki-Saeki commented 9 months ago

Summary

This PR changes the Python version dependencies from Python>=3.10 to Python>=3.8. This may be helpful to make this toolkit widely available in other libraries (e.g. ESPnet).
resolve #3.

Check List

Related Issues

Notes

Now I am publishing the model in my forked repo. It can be run with Python 3.8 as:

predictor = torch.hub.load("Takaaki-Saeki/SpeechMOS:v1.1.0", "utmos22_strong")

But if possible, please consider creating a new release when this PR is merged.

tarepan commented 9 months ago

@Takaaki-Saeki, Thanks for your pull request!

LGTM!

After merging this PR, I will prepare some commits for v1.2.0 which include this "Py3.8 mode" feature.

Memo for v1.2.0 release

We needs below change for "release commit":