From 88367d6477ac8cbc8025ce829a86026988c649fa Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 13 Aug 2018 15:02:06 -0500 Subject: [PATCH] Add pbyind11 to install_requires --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9bc6f33c..fcf668bf 100644 --- a/setup.py +++ b/setup.py @@ -319,6 +319,7 @@ def main(): ], setup_requires=[ + "pybind11", "numpy", ], -- GitLab