Revision f2f2af2cddc68bd3a67fc862935968e167746918 authored by Alexander Root on 17 August 2023, 16:11:21 UTC, committed by GitHub on 17 August 2023, 16:11:21 UTC
uint32 -> int32 casting should not produce SIO
1 parent f75f68d
Raw File
pyproject.toml
[build-system]
requires = [
  "setuptools>=43",
  "wheel",
  "scikit-build",
  "pybind11==2.10.4",
  "cmake>=3.22",
  "ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"
back to top