@@ -3,6 +3,7 @@ py_library(
33 # This is a dummy rule used as a absl dependency in open-source.
44 # We expect absl to already be installed on the system, e.g. via
55 # `pip install absl`
6+ strict_deps = False ,
67 visibility = ["//visibility:public" ],
78 deps = [],
89)
@@ -12,6 +13,7 @@ py_library(
1213 # This is a dummy rule used as a absl dependency in open-source.
1314 # We expect absl to already be installed on the system, e.g. via
1415 # `pip install absl`
16+ strict_deps = False ,
1517 visibility = ["//visibility:public" ],
1618 deps = [],
1719)
@@ -21,6 +23,7 @@ py_library(
2123 # This is a dummy rule used as a absl dependency in open-source.
2224 # We expect absl to already be installed on the system, e.g. via
2325 # `pip install absl`
26+ strict_deps = False ,
2427 visibility = ["//visibility:public" ],
2528 deps = [],
2629)
@@ -30,6 +33,7 @@ py_library(
3033 # This is a dummy rule used as a numpy dependency in open-source.
3134 # We expect numpy to already be installed on the system, e.g. via
3235 # `pip install numpy`
36+ strict_deps = False ,
3337 visibility = ["//visibility:public" ],
3438 deps = [],
3539)
@@ -39,6 +43,7 @@ py_library(
3943 # This is a dummy rule used as a tensorflow dependency in open-source.
4044 # We expect tensorflow to already be installed on the system, e.g. via
4145 # `pip install tensorflow`
46+ strict_deps = False ,
4247 visibility = ["//visibility:public" ],
4348 deps = [],
4449)
@@ -48,6 +53,7 @@ py_library(
4853 # This is a dummy rule used as a ai-edge-litert dependency in open-source.
4954 # We expect ai-edge-litert to already be installed on the system, e.g. via
5055 # `pip install ai-edge-litert`
56+ strict_deps = False ,
5157 visibility = ["//visibility:public" ],
5258 deps = [],
5359)
@@ -57,6 +63,7 @@ py_library(
5763 # This is a dummy rule used as a tensorflow dependency in open-source.
5864 # We expect tensorflow to already be installed on the system, e.g. via
5965 # `pip install tensorflow`
66+ strict_deps = False ,
6067 visibility = ["//visibility:public" ],
6168 deps = [],
6269)
@@ -66,6 +73,7 @@ py_library(
6673 # This is a dummy rule used as a dependency on vizier.service.pyvizier in open-source.
6774 # We expect Vizier to already be installed on the system, e.g. via
6875 # `pip install google-vizier` and extra steps if needed (b/254806045).
76+ strict_deps = False ,
6977 visibility = ["//visibility:public" ],
7078 deps = [],
7179)
@@ -75,6 +83,7 @@ py_library(
7583 # This is a dummy rule used as a mock dependency in open-source tests.
7684 # We expect mock to already be installed on the system, e.g. via
7785 # `pip install mock`
86+ strict_deps = False ,
7887 visibility = ["//visibility:public" ],
7988 deps = [],
8089)
0 commit comments