ansys / pymapdl-reader

Legacy binary interface to MAPDL binary files.
https://reader.docs.pyansys.com
MIT License
50 stars 25 forks source link

Support numpy 2.0 #476

Closed akaszynski closed 3 months ago

akaszynski commented 3 months ago

Add support for numpy 2.0 by building with numpy 2.0 and requiring at least numpy 2.0.

Users who've not made the switch can still work with the previous release which will be automatically resolved by pip (as it is, for example, with matplotlib).