From 767f64ab2d61ea0e33c38d5559c9332cfc289896 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 22 Jun 2022 12:06:50 +0000 Subject: [PATCH] Remove bob.extension as its own build dependency. This fixes its pip installation. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b738dc8..d69b43c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] - requires = ["setuptools", "wheel", "bob.extension"] + requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [tool.isort] -- GitLab