Skip to content

Commit

Permalink
bazel: Fix linear_solver samples tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 21, 2023
1 parent 9a236a5 commit 13f587f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ortools/linear_solver/samples/code_samples.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def code_sample_py(name):
main = name + ".py",
deps = [
requirement("absl-py"),
requirement("protobuf"),
requirement("numpy"),
requirement("pandas"),
"//ortools/linear_solver/python:model_builder",
Expand All @@ -63,6 +64,7 @@ def code_sample_py(name):
],
deps = [
requirement("absl-py"),
requirement("protobuf"),
requirement("numpy"),
requirement("pandas"),
],
Expand Down

0 comments on commit 13f587f

Please sign in to comment.