From c86ea29bb51d27c2b407f498b23b980edd907c68 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 3 Aug 2023 10:31:04 -0400 Subject: [PATCH] Update docs/compiling.rst --- docs/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compiling.rst b/docs/compiling.rst index 8e79dfd516b..9d53904c42e 100644 --- a/docs/compiling.rst +++ b/docs/compiling.rst @@ -143,7 +143,7 @@ Your ``pyproject.toml`` file will likely look something like this: .. code-block:: toml [build-system] - requires = ["setuptools>=42", "wheel", "pybind11>=2.6.1"] + requires = ["setuptools>=42", "pybind11>=2.6.1"] build-backend = "setuptools.build_meta" .. note::