TREX-CoE / trexio

TREX I/O library
https://trex-coe.github.io/trexio/
BSD 3-Clause "New" or "Revised" License
49 stars 14 forks source link

Test numpy 2.0 #162

Closed q-posev closed 5 months ago

q-posev commented 5 months ago
q-posev commented 5 months ago

This would require massive checking on different user platforms to make sure the current make python-install works with both Numpy < 2.0 and >= 2.0. If I understand well the NumPy advice - building our Python API with Numpy 2.0 should produce wheels compatible with user envs using Numpy 1.хх (to be confirmed!). CI is green which means that current build works on both Linux@x86 and MacOS@arm