Bump versions for #35 (#37)

This commit is contained in:
hexgrad
2025-02-01 13:37:16 -08:00
committed by GitHub
parent 87766f8d58
commit 0abd867239
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.3.3',
version='0.3.4',
packages=find_packages(),
install_requires=[
'huggingface_hub',
'loguru',
'misaki[en]>=0.6.1',
'misaki[en]>=0.6.5',
'numpy==1.26.4',
'scipy',
'torch',