Revision 41cb765900a852e74e2fa4fb50432c69f857a927 authored by Paul La Plante on 19 November 2021, 17:49:45 UTC, committed by Paul La Plante on 19 November 2021, 19:57:01 UTC
1 parent 7b34f56
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top