mfem / PyMFEM

Python wrapper for MFEM
http://mfem.org
BSD 3-Clause "New" or "Revised" License
221 stars 62 forks source link

update requirements so that numpy < 2.0.0 #224

Closed justinlaughlin closed 4 months ago

justinlaughlin commented 4 months ago

The latest version of numpy released June 16, 2024 is incompatible with many core python libraries, including numba. While we are waiting for dependencies to catch up, we are restricting numpy < 2.0.0.

justinlaughlin commented 4 months ago

labeling as DO-NOT-MERGE for now until tests are done

justinlaughlin commented 4 months ago

@sshiraiwa Tests are failing right now on master because of MFEM updates, but I think this is okay to merge.

sshiraiwa commented 4 months ago

Thank you.