Hi!
I did a fresh install of PyROA today via pip, ran into a depreciation issue with a dependency (numba). PyROA.py has in import for generate_jit from numba but it is not used (explicitly). generate_jit has been depreciated in numba since late 2023/early 2024, older releases of numba to circumvent this are difficult to install via command line. Removing the generate_jit import allows the package to work. I can do a pull request, if this would help. Please let me know, I'd be happy to help!
Thank you for all of your hard work on this lovely package!
Meg D.
Tested on MacOS with Python 3.9, 3.10, 3.11
Hi!
I did a fresh install of PyROA today via pip, ran into a depreciation issue with a dependency (numba). PyROA.py has in import for generate_jit from numba but it is not used (explicitly). generate_jit has been depreciated in numba since late 2023/early 2024, older releases of numba to circumvent this are difficult to install via command line. Removing the generate_jit import allows the package to work. I can do a pull request, if this would help. Please let me know, I'd be happy to help!
Thank you for all of your hard work on this lovely package!
Meg D.
Tested on MacOS with Python 3.9, 3.10, 3.11