Require pybind 2.6 from environment for gmxapi Python package extension module.
[alexxy/gromacs.git] / python_packaging / src / pyproject.toml
index b0e069348cdc7a3b66a8b9c4ea5e88e68b123942..b12a1efc04f727f8fec20fa69eb089329054cde4 100644 (file)
@@ -1,6 +1,3 @@
 [build-system]
-requires = ['cmake>=3.13',
-            'scikit-build>=0.10',
-            'setuptools>=42',
-            'wheel']
-build-backend = 'setuptools.build_meta:__legacy__'
+requires = ["cmake>=3.16", "pybind11>=2.6", "setuptools>=42.0", "wheel"]
+build-backend = "setuptools.build_meta"