Skip to content

Commit

Permalink
Update nanobind_bazel to v2.2.0 (#1866)
Browse files Browse the repository at this point in the history
Adds support for free-threaded nanobind extension builds, though we
don't currently build a free-threaded wheel.

Co-authored-by: dominic <[email protected]>
  • Loading branch information
nicholasjng and dmah42 authored Oct 23, 2024
1 parent 4987143 commit be21345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ use_repo(pip, "tools_pip_deps")

# -- bazel_dep definitions -- #

bazel_dep(name = "nanobind_bazel", version = "2.1.0", dev_dependency = True)
bazel_dep(name = "nanobind_bazel", version = "2.2.0", dev_dependency = True)

0 comments on commit be21345

Please sign in to comment.