Dev (#11)
* KPipeline * misaki[en]>=0.6.0 * Fix typo * Iteration over recursion * Expose KModel * Rename model
This commit is contained in:
5
setup.py
5
setup.py
@@ -2,11 +2,12 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='kokoro', # Name of the package
|
||||
version='0.1.0', # Initial version
|
||||
version='0.2.0', # Initial version
|
||||
packages=find_packages(), # Automatically finds packages
|
||||
install_requires=[ # List your dependencies here
|
||||
'huggingface_hub',
|
||||
'misaki[en]>=0.6.1',
|
||||
'numpy',
|
||||
'phonemizer',
|
||||
'scipy',
|
||||
'torch',
|
||||
'transformers',
|
||||
|
||||
Reference in New Issue
Block a user