Skip to content

Commit c69f315

Browse files
committed
Set maximum pybind11 version requirement (only used when building wheels)
1 parent ca178a2 commit c69f315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11>=2.10.1"]
2+
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11>=2.10.1,<=v2.11.1"]
33

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

0 commit comments

Comments
 (0)