File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,9 @@ bazel_dep(
2929 version = "0.0.8"
3030)
3131
32- http_archive = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
33-
34- http_archive (
35- name = "pybind11_bazel" ,
36- strip_prefix = "pybind11_bazel-master" ,
37- urls = ["https://github.com/pybind/pybind11_bazel/archive/refs/heads/master.tar.gz" ],
38- )
39-
40- http_archive (
41- name = "pybind11" ,
42- build_file = "@pybind11_bazel//:pybind11.BUILD" ,
43- strip_prefix = "pybind11-master" ,
44- urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz" ],
32+ bazel_dep (
33+ name = "pybind11_bazel" ,
34+ version = "2.11.1.bzl.2"
4535)
4636
4737#### DEV ONLY DEPENDENCIES BELOW HERE ####
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ To depend on a release:
3737```
3838bazel_dep(
3939 name = "pybind11_abseil",
40- version = "<selected_version> ",
40+ version = "202402.0 ",
4141)
4242```
4343
You can’t perform that action at this time.
0 commit comments