CederGroupHub / smol

Statistical Mechanics on Lattices
https://cedergrouphub.github.io/smol/
Other
64 stars 14 forks source link

Pin numpy < 2 #479

Closed lbluque closed 2 months ago

lbluque commented 3 months ago

Summary

Major changes:

Pin numpy to versions < 2

Todos

In another PR we should update the code to be compatible with numpy 2

Checklist

Tip: Install pre-commit hooks to auto-check types and linting before every commit:

pip install -U pre-commit
pre-commit install