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 =