From 8291af64363c6aa12a31437999e851f6594ce502 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Sat, 18 Dec 2021 18:53:15 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f1b310..a8189d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,4 +2,4 @@ requires = ["setuptools", "wheel", "cython", - "oldest_supported_python"] + "oldest_supported_numpy"]