Closed justinlaughlin closed 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.
numpy
numba
numpy < 2.0.0
labeling as DO-NOT-MERGE for now until tests are done
DO-NOT-MERGE
@sshiraiwa Tests are failing right now on master because of MFEM updates, but I think this is okay to merge.
master
Thank you.
The latest version of
numpy
released June 16, 2024 is incompatible with many core python libraries, includingnumba
. While we are waiting for dependencies to catch up, we are restrictingnumpy < 2.0.0
.