Change proto to/from file API to use absl::StatusOr; add reader/writer proto_file to model_builder
This commit is contained in:
@@ -183,8 +183,5 @@ py_library(
|
||||
name = "normalize",
|
||||
srcs = ["normalize.py"],
|
||||
visibility = ["//ortools/math_opt/python:__subpackages__"],
|
||||
deps = [
|
||||
# "@com_google_protobuf//protobuf:duration_py_pb2",
|
||||
"@com_google_protobuf//:protobuf_python",
|
||||
],
|
||||
deps = ["@com_google_protobuf//:protobuf_python"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user