From 44bafbd50e5694b787827974a4aa864e018bda88 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 23 Jun 2024 22:51:13 +0200 Subject: [PATCH] test: use numpy 1.18 for real in minimal versions tests --- tests/constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index b90d9742a..22fe8337d 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -38,6 +38,6 @@ tomli == 2.0.1 # Undeclared extras to "unblock" extra features shapely == 1.7.0 -# Warning: binary package only available up to python < 3.9. +# Warning: binary package only available up to python <= 3.8. # Bump to a higher version when min supported python version increases past it. -numpy == 1.20.0 +numpy == 1.18.0 -- 2.47.2