From aed08ca57f8379b884dd895d07f54bd848fcdb80 Mon Sep 17 00:00:00 2001 From: Mark Keller Date: Tue, 11 Aug 2020 22:57:49 +0000 Subject: [PATCH] remove explicit build-backend --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ba7c8151..204a9c004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,3 @@ requires = [ # Must be kept in sync with the `setup_requirements` in `setup.py` 'pyarrow>=0.17.0,<0.18.0', ] -build-backend = "setuptools.build_meta"