From b947ab22aa4e443b5c7f6dee43791f43feecdb71 Mon Sep 17 00:00:00 2001 From: Anthony Onwuli <30937913+AntObi@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:24:22 +0100 Subject: [PATCH] Pin numpy<2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01982358..081710ce 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ test_suite="smact.tests.test", install_requires=[ "scipy", - "numpy", + "numpy<2", "spglib", "pymatgen>=2024.2.20", "ase",