From da9235ed8624824b756074378038b80a626a96bc Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 15 Jul 2024 07:49:46 -0400 Subject: [PATCH] Do not depend explicitly on wheel This is no longer recommended. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b05e39c..3d33a7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,6 @@ build-backend = 'mesonpy' requires = ["meson>=0.63.0", "meson-python", "setuptools_scm>=6.2", - "wheel", "numpy>=2.0.0"] [project]