From fc8fafded77ccf85d3f6845db2a5bbe28af70108 Mon Sep 17 00:00:00 2001 From: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Date: Fri, 11 Jun 2021 07:29:39 -0500 Subject: [PATCH 1/2] use oldest-supported-numpy in pyproject.toml (#779) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06ae32aac..42eecc8f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["cython", "numpy", "setuptools", "wheel"] +requires = ["cython", "oldest-supported-numpy", "setuptools", "wheel"] build-backend = "setuptools.build_meta" From c5b7b0f6a69fa3a9a18097c1e8d909a7ff2a44d0 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Mon, 14 Jun 2021 08:46:58 -0500 Subject: [PATCH 2/2] update changelog with backport --- CHANGES.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 88960fab6..d884c00ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -149,8 +149,7 @@ Build/CI * Skip test_dont_crash_on_click on windows/pyqt (#666) * Cleanup ci module and setup (#695) * Unskip no longer failing test (#714) -* Add pyproject.toml specifying numpy and cython as build deps (#730) -* Add pyproject.toml to MANIFEST.in (#747) +* Add pyproject.toml specifying numpy and cython as build deps (#730, #747, #779) Release 4.8.0 -------------