From c82f9e71b9801912138089017efae59c7102e156 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 10 Jun 2019 15:42:50 -0500 Subject: [PATCH] Trim the build time dependancies --- pyproject.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2531e4b9..c5d4c8888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,2 @@ [build-system] -requires = [ - "wheel", - "setuptools", - "six", - "numpy>=1.11.0", - "scipy>=0.18.0", - "matplotlib>=1.3", - "emcee", - "corner", - "astropy", -] +requires = ["wheel", "setuptools", "numpy==1.14.5"]