diff --git a/src/scope/core/plugins/manager.py b/src/scope/core/plugins/manager.py index 5605893f..e461a8ad 100644 --- a/src/scope/core/plugins/manager.py +++ b/src/scope/core/plugins/manager.py @@ -221,7 +221,6 @@ def _compile_plugins( "pip", "compile", str(pyproject), - *_get_torch_backend_args(), "-o", str(resolved_file), ]