Skip to content

Commit

Permalink
Set maximum pybind11 version requirement (only used when building whe…
Browse files Browse the repository at this point in the history
…els)
  • Loading branch information
njroussel committed Jun 4, 2024
1 parent ca178a2 commit c69f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11>=2.10.1"]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11>=2.10.1,<=v2.11.1"]

[tool.pytest.ini_options]
norecursedirs = [ "ext" ]

0 comments on commit c69f315

Please sign in to comment.