Skip to content

Commit

Permalink
Restrict pybind11 version when building wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Apr 26, 2024
1 parent 77eafdd commit fda612b
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.10.1,<=v2.11.1", "drjit==0.4.4"]

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

0 comments on commit fda612b

Please sign in to comment.