Revision fae28de9d1c618cb5a3fc2ee9ced77193fb15aea authored by Volodymyr Kysenko on 31 January 2023, 19:57:47 UTC, committed by Volodymyr Kysenko on 31 January 2023, 19:57:47 UTC
1 parent 6c521e0
Raw File
pyproject.toml
[build-system]
requires = [
  "setuptools>=43",
  "wheel",
  "scikit-build",
  "pybind11==2.6.2",
  "cmake>=3.22",
  "ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"
back to top