Browse Source

add pybind11 to setup-requires

REWORK
heck 4 years ago
parent
commit
103208ea95
  1. 3
      pyproject.toml
  2. 2
      setup.cfg

3
pyproject.toml

@ -5,7 +5,8 @@
requires =[ requires =[
"setuptools >=39.2.0", "setuptools >=39.2.0",
"setuptools_scm >= 4.1.2", "setuptools_scm >= 4.1.2",
"wheel >= 0.35.1" ] "wheel >= 0.35.1",
"pybind11 >= 2.6.2" ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"

2
setup.cfg

@ -35,6 +35,8 @@ setup_requires =
setuptools >=39.2.0 setuptools >=39.2.0
setuptools_scm >= 4.1.2 setuptools_scm >= 4.1.2
wheel >= 0.35.1 wheel >= 0.35.1
pybind11 >= 2.6.2
[options.extras_require] [options.extras_require]
# To install these dependencies, run pip install .[test] # To install these dependencies, run pip install .[test]
test = test =

Loading…
Cancel
Save