Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 5445235f authored by Henry Schreiner's avatar Henry Schreiner Committed by GitHub
Browse files

fix: pin pybind11 < 2.10 for now (#43)

* chore: try pinning pybind11

* Update pyproject.toml

* revert: pin again
parent a47ae6ee
No related branches found
No related tags found
No related merge requests found
[build-system] [build-system]
requires = [ requires = [
"setuptools>=42", "setuptools>=42",
"pybind11>=2.9.2", "pybind11~=2.9.2",
"cmake>=3.22", "cmake>=3.22",
"scikit-build>=0.14.1", "scikit-build>=0.15.0",
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
......
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