From c390cf602fc79cb37d5f7bda6e44b5e9546ecda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:26:56 +0100 Subject: [PATCH] pyproject.toml: remove unknown properties (#1828) --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05461e4a8c7..5b1d99711fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,3 @@ first_party_detection = false [build-system] requires = ["setuptools", "wheel", "torch", "ninja"] - -first_party_detection = false - -target-version = ["py38"] - -excludes = [ - "gallery", - "tutorials", -]