resemble-ai / Resemblyzer

A python package to analyze and compare voices with deep learning
Apache License 2.0
2.66k stars 419 forks source link

Removed aliases of builtin types like np.int (deprecated) #82

Closed MattyB95 closed 11 months ago

MattyB95 commented 12 months ago

Updated codebase to remove Numpy builtin aliases.

Using the aliases of builtin types like np.int is deprecated (https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations)

ilyasubkhankulov commented 11 months ago

Let's get this merged! just tested and it works