From 88912a6da164b21512b17da2d4cb0afc173faf0c Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Tue, 8 Jan 2019 09:52:30 -0800 Subject: [PATCH] Include setuptools and wheel as build dependencies --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b69648a..ad52715 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14"] +requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14", "setuptools", "wheel"]