diff --git a/pyproject.toml b/pyproject.toml index ae3a862..1aeadc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,10 @@ [build-system] build-backend = 'mesonpy' -requires = ['meson-python', 'oldest-supported-numpy'] +requires = [ + "numpy >= 2.0.0; python_version > '3.8'", + "oldest-supported-numpy; python_version <= '3.8'", + "meson-python" +] [project] name = 'scs'