Skip to content

Commit

Permalink
docs: Remove upper bound on pybind11 in example pyproject.toml for se…
Browse files Browse the repository at this point in the history
…tuptools
  • Loading branch information
ketozhang committed Aug 3, 2023
1 parent f3e0602 commit ba724e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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", "wheel", "pybind11>=2.6.1"]
build-backend = "setuptools.build_meta"
.. note::
Expand Down

0 comments on commit ba724e1

Please sign in to comment.