Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Specify numpy version at requirement.txt
PR type
Bug fix
Description
Since numpy 1.24.0, the float attribute has been removed (Refer to the update log). Due to the update, vc-webui inference doesn't work with the error "module 'numpy' has no attribute float" when the user has created an environment using requirements.txt
To avoid this issue, I specified the numpy version as 1.23.5 at requirement.txt, which has a float attribute, as shown in other requirements files (e.g., requirements-amd, requirements-dml)