Bump to 0.7.9 (#57)

This commit is contained in:
hexgrad
2025-02-05 16:05:31 -08:00
committed by GitHub
parent 205ddd9377
commit 31a2b6337b
2 changed files with 3 additions and 3 deletions

View File

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