Bump to 0.7.11 (#66)

This commit is contained in:
hexgrad
2025-02-07 20:52:27 -08:00
committed by GitHub
parent e0bf641def
commit 00f9cf977c
3 changed files with 4 additions and 4 deletions

View File

@@ -2,12 +2,12 @@ from setuptools import setup, find_packages
setup(
name='kokoro',
version='0.7.9',
version='0.7.11',
packages=find_packages(),
install_requires=[
'huggingface_hub',
'loguru',
'misaki[en]>=0.7.9',
'misaki[en]>=0.7.11',
'numpy==1.26.4',
'scipy',
'torch',