I've found a couple discussions related to NumPy 1.x vs 2.x support (#136, #283, #420). It seems like the project is going to pin to NumPy < 2.0 for Python 3.9 - 3.12 and NumPy >= 2.0 for 3.13. Is ...
Using version ^1.26.4 for numpy ..... The current project's supported Python range (>=3.8,<3.9) is not compatible with some of the required packages Python requirement: - numpy requires Python >=3.9, ...