Skip to content

Commit e501ca1

Browse files
h-joocopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 868160058
1 parent 2f59e0f commit e501ca1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • examples
  • sonnet/src/conformance/checkpoints

examples/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ licenses(["notice"])
99
py_binary(
1010
name = "simple_mnist",
1111
srcs = ["simple_mnist.py"],
12+
strict_deps = False,
1213
deps = [
1314
# pip: absl:app
1415
"//sonnet",
@@ -42,6 +43,7 @@ snt_py_test(
4243
py_binary(
4344
name = "functional_mlp_mnist",
4445
srcs = ["functional_mlp_mnist.py"],
46+
strict_deps = False,
4547
deps = [
4648
# pip: absl:app
4749
# pip: absl/logging

sonnet/src/conformance/checkpoints/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ licenses(["notice"])
77
py_binary(
88
name = "generate",
99
srcs = ["generate.py"],
10+
strict_deps = False,
1011
deps = [
1112
# pip: absl:app
1213
# pip: absl/flags

0 commit comments

Comments
 (0)