r9y9 / nnmnkwii

Library to build speech synthesis systems designed for easy and fast prototyping.
https://r9y9.github.io/nnmnkwii/latest/
Other
393 stars 73 forks source link

Bump numpy requirement to >=v1.20.0 #123

Closed r9y9 closed 2 years ago

r9y9 commented 2 years ago

this will allow python 3.10 to be used with nnmnkwi, but may cause binary incompatibiity issues with older versions

Users may need to install nnmnkwii by:

pip install nnmnkwii --no-build-isolation

once the updated version is up on pypi

ref: https://github.com/r9y9/pysptk/issues/91

fixes #122