Revision d563b8051b7db96e0dabde6b405183ecf4d067d6 authored by Bryna Hazelton on 19 May 2022, 17:11:36 UTC, committed by Bryna Hazelton on 12 July 2022, 19:14:18 UTC
1 parent 31c4c8e
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top