From ecd587a9e4515f89f3486d7382ab1d633b215861 Mon Sep 17 00:00:00 2001 From: sabonerune <102559104+sabonerune@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:35:55 +0900 Subject: [PATCH] Use oldest-supported-numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]