summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 117bd09b39213ba05690543fe595903cb46119c7 (plain)
1
2
3
4
5
6
7
8
[build-system]
requires = [
    "wheel",
    "setuptools",
    "numpy",
    "sphinx",
    "Cython>=0.25"
]