math_opt fixup

This commit is contained in:
Corentin Le Molgat
2024-02-15 16:49:31 +01:00
parent 3c50e93e46
commit d8225e5998

View File

@@ -21,6 +21,7 @@ py_library(
srcs = ["compare_proto.py"],
deps = [
"//ortools/math_opt/python:normalize",
"@com_google_protobuf//:protobuf_python",
],
)
@@ -30,5 +31,6 @@ py_library(
srcs = ["proto_matcher.py"],
deps = [
"//ortools/math_opt/python:normalize",
"@com_google_protobuf//:protobuf_python",
],
)