Skip to content

Commit 38ba9ea

Browse files
committed
bazel: bump pybind11_bazel to v3.0.1
1 parent ccc7e7a commit 38ba9ea

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

Dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ HiGHS=v1.12.0
1313
Scip=v10.0.0
1414
Soplex=v8.0.0
1515
# Python
16-
pybind11=v2.13.6
16+
pybind11=v3.0.1
1717
pybind11_abseil=v202402.0
1818
pybind11_protobuf=84653a591aea5df482dc2bde42c19efafbd53a57
1919
# Testing

MODULE.bazel

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,7 @@ bazel_dep(name = "zlib", version = "1.3.1.bcr.8")
5252

5353
# OR-Tools wrappers dependencies
5454
bazel_dep(name = "gazelle", version = "0.43.0")
55-
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
56-
git_override(
57-
module_name = "pybind11_bazel",
58-
commit = "d5f6a112138c672daec4ca279f33baae95ca10ec", # Incomming 3.0.1 2026/03
59-
#commit = "2b6082a4d9d163a52299718113fa41e4b7978db5", # 2024/09
60-
#patch_strip = 1,
61-
#patches = ["//:patches/pybind11_bazel.patch"], # patch for 2024/09
62-
remote = "https://github.com/pybind/pybind11_bazel.git",
63-
)
55+
bazel_dep(name = "pybind11_bazel", version = "3.0.1")
6456
bazel_dep(name = "pybind11_abseil", version = "202402.0")
6557
git_override(
6658
module_name = "pybind11_abseil",

0 commit comments

Comments
 (0)