Skip to content

Commit

Permalink
Merge pull request #31 from python-project-templates/tkp/fix
Browse files Browse the repository at this point in the history
workaround for nanobind bug in latest version
  • Loading branch information
timkpaine authored Feb 16, 2025
2 parents 64916d1 + a19cc2e commit 1a13d0a
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
Expand Up @@ -45,7 +45,7 @@ develop = [
"twine",
"wheel",
# test
"nanobind",
"nanobind<2.5.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
"pybind11",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 1a13d0a

Please sign in to comment.