From 78720fe023d87754003c749a4d7be29b7e18e04d Mon Sep 17 00:00:00 2001 From: vmoens Date: Thu, 12 Jan 2023 08:15:14 +0000 Subject: [PATCH] amend --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 714cc1ca64a..05461e4a8c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ first_party_detection = false [build-system] -requires = ["setuptools", "wheel", "torch"] +requires = ["setuptools", "wheel", "torch", "ninja"] first_party_detection = false