Require numpy==1.26.4

This commit is contained in:
hexgrad
2025-01-28 14:32:14 -08:00
parent 44ab97292e
commit d388ee9e0b
2 changed files with 3 additions and 3 deletions

View File

@@ -2,12 +2,12 @@ from setuptools import setup, find_packages
setup(
name='kokoro', # Name of the package
version='0.2.2', # Initial version
version='0.2.3', # Initial version
packages=find_packages(), # Automatically finds packages
install_requires=[ # List your dependencies here
'huggingface_hub',
'misaki[en]>=0.6.1',
'numpy',
'numpy==1.26.4',
'scipy',
'torch',
'transformers',