Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numba #37

Open
noelmullankuzhy opened this issue Mar 13, 2024 · 3 comments
Open

Numba #37

noelmullankuzhy opened this issue Mar 13, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@noelmullankuzhy
Copy link
Contributor

What is the PyPI name of the package you would like to see added?

librosa

Additional details

Github Link

Dependencies

install_requires =
    audioread >= 2.1.9
    numpy >= 1.20.3, != 1.22.0, != 1.22.1, != 1.22.2
    scipy >= 1.2.0
    scikit-learn >= 0.20.0
    joblib >= 0.14
    decorator >= 4.3.0
    numba >= 0.51.0
    soundfile >= 0.12.1
    pooch >= 1.0
    soxr >= 0.3.2
    typing_extensions >= 4.1.1
    lazy_loader >= 0.1
    msgpack >= 1.0
@noelmullankuzhy noelmullankuzhy added the enhancement New feature or request label Mar 13, 2024
@mhsmith
Copy link
Member

mhsmith commented Mar 13, 2024

librosa is actually a pure-Python package. However, it's based on Numba, which is quite difficult to build, and may not be possible to run on iOS at all if it doesn't allow JIT compilers.

@mhsmith mhsmith changed the title librosa Numba Mar 13, 2024
@noelmullankuzhy
Copy link
Contributor Author

I don't know about the inner workings of Python. But is it possible to partially port librosa so that functions that depend on Numba will fail but others will work?

@mhsmith
Copy link
Member

mhsmith commented Mar 13, 2024

That would be a question for librosa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants