From fb2c3075fdc82c6ea7384121d60371ad6fa2abb2 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 16 Nov 2020 10:34:04 +0100 Subject: [PATCH] Remove wheel from setup_requires --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0b5112e1a..20717684b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,6 @@ zip_safe = false include_package_data = true python_requires = >=3.6 setup_requires = - wheel cython>=0.25 numpy>=1.15.0 # We also need our Cython packages here to compile against