Closed pull-request-submitter[bot] closed 4 months ago
AttributeError: module 'numpy' has no attribute 'product'
https://github.com/glotzerlab/freud/actions/runs/9743838630/job/26888192178?pr=1265#step:5:912
Here is the error message from the single failing unit test:
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
This passes on every other python version and operating system.
It would appear that mdanalysis does not yet support numpy 2.0. I will pin numpy in the unit tests and make an issue to remind us to unpin after mdanalysis adds support.
Automated changes by
./update-lockfiles.sh
.