From 103208ea95d03fbf3bfb674b50f7645a44eaa388 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 10 Feb 2021 18:31:15 +0100 Subject: [PATCH] add pybind11 to setup-requires --- pyproject.toml | 3 ++- setup.cfg | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a25f0cb..68cf00e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ requires =[ "setuptools >=39.2.0", "setuptools_scm >= 4.1.2", - "wheel >= 0.35.1" ] + "wheel >= 0.35.1", + "pybind11 >= 2.6.2" ] build-backend = "setuptools.build_meta" diff --git a/setup.cfg b/setup.cfg index 6a82799..5daaf9e 100755 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,8 @@ setup_requires = setuptools >=39.2.0 setuptools_scm >= 4.1.2 wheel >= 0.35.1 + pybind11 >= 2.6.2 + [options.extras_require] # To install these dependencies, run pip install .[test] test =