Resolve "SYCL + DPCPP cmake config fails in gmxManageFFTLibraries.cmake"
[alexxy/gromacs.git] / python_packaging / src / pyproject.toml
1 [build-system]
2 requires = ['cmake>=3.13',
3             'scikit-build>=0.10',
4             'setuptools>=42',
5             'wheel']
6 build-backend = 'setuptools.build_meta:__legacy__'