module( | |
name = "nanobind_bazel", | |
version = "2.8.0", | |
compatibility_level = 1, | |
) | |
bazel_dep(name = "platforms", version = "0.0.10") | |
bazel_dep(name = "rules_cc", version = "0.0.16") | |
bazel_dep(name = "rules_python", version = "0.40.0") | |
bazel_dep(name = "bazel_skylib", version = "1.7.1") | |
# Creates a `http_archive` for nanobind and robin-map. | |
internal_configure = use_extension("//:internal_configure.bzl", "internal_configure_extension") | |
use_repo(internal_configure, "nanobind", "pypi__typing_extensions") |