Require pybind 2.6 from environment for gmxapi Python package extension module.
[alexxy/gromacs.git] / python_packaging / src / pyproject.toml
1 [build-system]
2 requires = ["cmake>=3.16", "pybind11>=2.6", "setuptools>=42.0", "wheel"]
3 build-backend = "setuptools.build_meta"