diff --git a/pyproject.toml b/pyproject.toml index 275bbe7..b5ad892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ build-verbosity = "0" [build-system] requires = [ - "numpy", + "numpy>=1.20", "scipy", "setuptools>=42", "wheel",