mealpy
mealpy copied to clipboard
[FEAT]: Request: Support for NumPy >=2.0.0 to leverage performance improvements
Description
In previous versions of mealpy, I could use newer versions of NumPy without issues, but the current version 3.0.3 restricts NumPy to <=1.26.0. I'd like to request adding support for newer NumPy versions to take advantage of their performance improvements.
This is relevant for NO-GIL freethreading in python 3.14
@thieu1995 Restricting NumPy to versions <=1.26.0 and >=1.17.1 effectively limits Mealpy to Python versions <=3.12. Looking forward to a release with fewer NumPy limitations.