From 7ed1f5371601f3300c8b4592c87159fb3eaec5cd Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 18 Apr 2018 10:52:02 +0200 Subject: [PATCH] PKG: remove pyproject.toml for now (#20718) --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index f0d57d1d808a2..0000000000000 --- a/pyproject.toml +++ /dev/null @@ -1,9 +0,0 @@ -[build-system] -requires = [ - "wheel", - "setuptools", - "Cython", # required for VCS build, optional for released source - "numpy==1.9.3; python_version=='3.5'", - "numpy==1.12.1; python_version=='3.6'", - "numpy==1.13.1; python_version>='3.7'", -]