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

relax numpy requirement and support numpy 2.0.0 #133

Closed r9y9 closed 4 months ago

r9y9 commented 4 months ago

https://github.com/pytorch/pytorch/issues/78341#issuecomment-2182149869

r9y9 commented 4 months ago

fixes for numpy 2.0.0 are indeed https://github.com/r9y9/nnmnkwii/pull/132, which removed unnecessary cython module that was affected by numpy 2.0.0 breaking changes. Everything else was fine with both numpy 1 and 2