Bump to 0.7.4 (#52)

This commit is contained in:
hexgrad
2025-02-04 12:57:00 -08:00
committed by GitHub
parent ed4639ffdf
commit b9dbd72b27
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.3',
version='0.7.4',
packages=find_packages(),
install_requires=[
'huggingface_hub',
'loguru',
'misaki[en]>=0.7.3',
'misaki[en]>=0.7.4',
'numpy==1.26.4',
'scipy',
'torch',