From 308fb0106dae8bf8ff69296a1cd45929350222c2 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Mon, 17 Jun 2024 18:17:08 +0100 Subject: [PATCH] Add numpy pin to setup_requires --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 350d3c1d0b..e3c23bd92c 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -52,7 +52,7 @@ install_requires = numpy>=1.7,<2 svgwrite>=1.1.10 setup_requires = - numpy>=1.7 + numpy>=1.7,<2 setuptools [options.entry_points]