diff --git a/setup.py b/setup.py index a95b74e..ca1e295 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ test_suite="smact.tests.test", install_requires=[ "scipy", - "numpy", + "numpy<3", "spglib", "pymatgen>=2024.2.20", "ase",