Skip to content

Commit

Permalink
bazel: update pybind11_abseil usage
Browse files Browse the repository at this point in the history
* remove naming only used by or-tools
  • Loading branch information
Mizux committed Dec 20, 2024
1 parent 8550e47 commit 5e3a4a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bazel_dep(name = "googletest", version = "1.15.2", repo_name = "com_google_googl
bazel_dep(name = "highs", version = "1.8.1.bcr.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "protobuf", version = "29.2", repo_name = "com_google_protobuf")
bazel_dep(name = "pybind11_abseil", version = "202402.0", repo_name = "org_pybind11_abseil")
bazel_dep(name = "pybind11_abseil", version = "202402.0")
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
bazel_dep(name = "pybind11_protobuf", version = "0.0.0-20240524-1d7a729")
bazel_dep(name = "re2", version = "2024-07-02", repo_name = "com_google_re2")
Expand Down
4 changes: 2 additions & 2 deletions ortools/math_opt/core/python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ pybind_extension(
"//ortools/util:solve_interrupter",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/status:statusor",
"@org_pybind11_abseil//pybind11_abseil:import_status_module",
"@org_pybind11_abseil//pybind11_abseil:status_casters",
"@pybind11_abseil//pybind11_abseil:import_status_module",
"@pybind11_abseil//pybind11_abseil:status_casters",
"@pybind11_protobuf//pybind11_protobuf:native_proto_caster",
],
)
4 changes: 2 additions & 2 deletions ortools/math_opt/io/python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pybind_extension(
"//ortools/math_opt:model_update_cc_proto",
"//ortools/math_opt:result_cc_proto",
"//ortools/math_opt/io:mps_converter",
"@org_pybind11_abseil//pybind11_abseil:import_status_module",
"@org_pybind11_abseil//pybind11_abseil:status_casters",
"@pybind11_abseil//pybind11_abseil:import_status_module",
"@pybind11_abseil//pybind11_abseil:status_casters",
"@pybind11_protobuf//pybind11_protobuf:native_proto_caster",
],
)

0 comments on commit 5e3a4a7

Please sign in to comment.