glotzerlab / freud

Powerful, efficient particle trajectory analysis in scientific Python.
https://freud.readthedocs.io
BSD 3-Clause "New" or "Revised" License
280 stars 49 forks source link

Update conda lockfiles on main #1265

Closed pull-request-submitter[bot] closed 4 months ago

pull-request-submitter[bot] commented 4 months ago

Automated changes by ./update-lockfiles.sh.

joaander commented 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

tommy-waltmann commented 4 months ago

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.

joaander commented 4 months ago

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.