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 (#4774)

* docs: Remove upper bound on pybind11 in example pyproject.toml for setuptools

* Update docs/compiling.rst

---------

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
2 people authored and Ralf W. Grosse-Kunstleve committed Aug 4, 2023
1 parent 1142d0f commit 7a12354
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", "pybind11>=2.6.1"]
build-backend = "setuptools.build_meta"
.. note::
Expand Down

0 comments on commit 7a12354

Please sign in to comment.