Skip to content

Commit

Permalink
Update nanobind-bazel to v2.4.0 (#1904)
Browse files Browse the repository at this point in the history
Contains nanobind v2.4.0, which brings some more functionality, free-threading fixes,
and performance improvements.
  • Loading branch information
nicholasjng authored Jan 13, 2025
1 parent c24774d commit 4834ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_foreign_cc", version = "0.10.1")
bazel_dep(name = "rules_cc", version = "0.0.9")

bazel_dep(name = "rules_python", version = "0.37.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True, repo_name = "com_google_googletest")

bazel_dep(name = "libpfm", version = "4.11.0")
Expand Down Expand Up @@ -39,4 +39,4 @@ use_repo(pip, "tools_pip_deps")

# -- bazel_dep definitions -- #

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

0 comments on commit 4834ae9

Please sign in to comment.