AlabamaASRL / asset_asrl

https://alabamaasrl.github.io/asset_asrl/
Apache License 2.0
29 stars 6 forks source link

Numpy 2.0 Incompatibility #57

Closed jbpezent closed 2 weeks ago

jbpezent commented 2 weeks ago

It appears that we are currently incompatible with numpy 2.0. I'm getting silent death on any script where a numpy array or list crosses the python-C++ boundary. Anybody getting this issue should remain on numpy <2 for now. I'm assuming that this is due to the older version of pybind11 we are currently tagged to. I'll update the submodule and see if it fixes the issue.