mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-29 20:14:08 +00:00
Include setuptools and wheel as build dependencies
This commit is contained in:
parent
aebe8da78d
commit
88912a6da1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue