Skip to content

Commit 9ad7e82

Browse files
ketozhanghenryiii
andauthored
docs: Remove upper bound on pybind11 in example pyproject.toml for setuptools (#4774)
* docs: Remove upper bound on pybind11 in example pyproject.toml for setuptools * Update docs/compiling.rst --------- Co-authored-by: Henry Schreiner <[email protected]>
1 parent 413e632 commit 9ad7e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Your ``pyproject.toml`` file will likely look something like this:
143143
.. code-block:: toml
144144
145145
[build-system]
146-
requires = ["setuptools>=42", "wheel", "pybind11~=2.6.1"]
146+
requires = ["setuptools>=42", "pybind11>=2.6.1"]
147147
build-backend = "setuptools.build_meta"
148148
149149
.. note::

0 commit comments

Comments
 (0)