From 44bbd9ecb477dac92f1f3c7976ed61dd6613da5a Mon Sep 17 00:00:00 2001 From: heck Date: Mon, 11 Jan 2021 23:54:20 +0100 Subject: [PATCH] pEpACIDGen/example build depends on pyBind11 --- gen/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/pyproject.toml b/gen/pyproject.toml index fad483e..a86337d 100644 --- a/gen/pyproject.toml +++ b/gen/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools>=30.3.0", "wheel >= 0.35.1"] +requires = ["setuptools>=30.3.0", "wheel >= 0.35.1", "pybind11 >= 2.6.1"]