Skip to content

Commit

Permalink
pin nanobind to 1.9.2
Browse files Browse the repository at this point in the history
MSVC has some issues that need to be resolved for 2:
wjakob/nanobind#613
  • Loading branch information
arashbm committed Jul 17, 2024
1 parent d78c477 commit 998110e
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 @@ -28,7 +28,7 @@ repository = "https://github.com/mnets/bliss_bind"
bug-tracker = "https://github.com/mnets/bliss_bind/issues"

[build-system]
requires = ["scikit-build-core >=0.8.0", "nanobind >=1.8.0"]
requires = ["scikit-build-core >=0.8.0", "nanobind ==1.9.2"]
build-backend = "scikit_build_core.build"


Expand Down

0 comments on commit 998110e

Please sign in to comment.