Skip to content

Commit

Permalink
Wheel build: pin pybind11 version to v2.11
Browse files Browse the repository at this point in the history
This commit pins the pybind11 version used to build wheels to v2.11. 
This action was undertaken to solve a situation where, upon update to 
pybind11 v2.12, the Windows builds started failing.
  • Loading branch information
leroyvn committed Apr 11, 2024
1 parent 8c0d9e9 commit 733f8bb
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", "drjit==0.4.4"]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11==2.11.*", "drjit==0.4.4"]

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

0 comments on commit 733f8bb

Please sign in to comment.