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

Unpin `numpy<2` in unit tests. #1268

Closed joaander closed 3 weeks ago

joaander commented 4 months ago

Description

Remove the <2 from .github/workflows/env-files/environment.yaml.

Motivation and Context

Wait until mdanalysis makes a new release that supports numpy 2.0. See the build failures in #1265.

joaander commented 3 weeks ago

Fixed on the nanobind branch.