pydata / numexpr

Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more
https://numexpr.readthedocs.io/en/latest/user_guide.html
MIT License
2.25k stars 212 forks source link

MAINT: Allow building with NumPy 1.x locally #485

Closed seberg closed 7 months ago

seberg commented 7 months ago

I have build locally without build isolation to test this.

This is picking up on the comments on the PR. I have not removed the explicit use of target version, although I tend to agree it is probably easier to just remove it, even if it is maybe slightly less explicit (means conda doesn't have to wonder about it). OTOH, it is nicely explicit.

FrancescAlted commented 7 months ago

Merged. Thanks @seberg !