We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e16433 commit b3baac5Copy full SHA for b3baac5
1 file changed
profiler/BUCK
@@ -20,7 +20,9 @@ fbcode_target(_kind = runtime.python_library,
20
],
21
base_module = "executorch.profiler",
22
visibility = ["PUBLIC"],
23
- external_deps = ["prettytable"],
+ deps = [
24
+ "fbsource//third-party/pypi/prettytable:prettytable",
25
+ ],
26
)
27
28
fbcode_target(_kind = runtime.python_library,
0 commit comments