We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dd0fa commit 5be58f9Copy full SHA for 5be58f9
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