Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c964da6b authored by Henry Schreiner's avatar Henry Schreiner
Browse files

chore: update to 2.6.0

parent 8f39bad4
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,6 @@ python_example ...@@ -10,9 +10,6 @@ python_example
[actions-pip-badge]: https://github.com/pybind/scikit_build_example/workflows/Pip/badge.svg [actions-pip-badge]: https://github.com/pybind/scikit_build_example/workflows/Pip/badge.svg
An example project built with [pybind11](https://github.com/pybind/pybind11). An example project built with [pybind11](https://github.com/pybind/pybind11).
Warning: this is currently using a pre-release of pybind11 2.6.0, since the
infrastructure for building pure Python examples has been heavily improved
there.
Installation Installation
------------ ------------
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
requires = [ requires = [
"setuptools>=42", "setuptools>=42",
"wheel", "wheel",
"pybind11==2.6.0rc1", "pybind11~=2.6.0",
"cmake", "cmake",
"scikit-build", "scikit-build",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment