Include setuptools and wheel as build dependencies

This commit is contained in:
Ben Letham 2019-01-08 09:52:30 -08:00
parent aebe8da78d
commit 88912a6da1

View file

@ -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"]