diff --git a/pyproject.toml b/pyproject.toml index 212e445..6c338a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "wheel", "setuptools=0.28.0", - "numpy>=1.20.0", + "oldest-supported-numpy", ] [tool.pysen]