Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Oct 24, 2023

Conversation

Takaaki-Saeki
Copy link
Contributor

@Takaaki-Saeki Takaaki-Saeki commented Oct 24, 2023

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

  • Discussed in Issue
  • Test passed locally

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 tarepan added the enhancement New feature or request label Oct 24, 2023
@tarepan tarepan self-assigned this Oct 24, 2023
@tarepan
Copy link
Owner

tarepan commented Oct 24, 2023

@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":

  • README update
    • version tag number
    • Python dependency version
  • pyproject.yaml
    • version bump

@tarepan tarepan merged commit 5cf009f into tarepan:main Oct 24, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with older Python versions
2 participants