summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: cc3b0002d764ee619d3fed4a7eca6d2370af0018 (plain)
1
2
3
4
5
6
7
8
[build-system]
requires = [
    "wheel",
    "setuptools<60.0.0",
    "numpy>=1.12",
    "Cython>=0.21.1"
]
build-backend = "setuptools.build_meta"