Bump to 0.7.1 (#47)

This commit is contained in:
hexgrad
2025-02-03 20:21:06 -08:00
committed by GitHub
parent 43bc156514
commit 6e1473fa89
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.0',
version='0.7.1',
packages=find_packages(),
install_requires=[
'huggingface_hub',
'loguru',
'misaki[en]>=0.7.0',
'misaki[en]>=0.7.1',
'numpy==1.26.4',
'scipy',
'torch',