diff --git a/profiler/BUCK b/profiler/BUCK index 1f6bc6cd9e6..7f7a7f42ab4 100644 --- a/profiler/BUCK +++ b/profiler/BUCK @@ -20,7 +20,9 @@ fbcode_target(_kind = runtime.python_library, ], base_module = "executorch.profiler", visibility = ["PUBLIC"], - external_deps = ["prettytable"], + deps = [ + "fbsource//third-party/pypi/prettytable:prettytable", + ], ) fbcode_target(_kind = runtime.python_library,