swh:1:snp:03e8cdabc80bf6f4ef54d117858809e20088601c
Raw File
Tip revision: 8aff1e24efb4d7adfa89c218af02404ef55af38a authored by Bryna Hazelton on 14 July 2021, 15:53:34 UTC
updates to make tests pass after rebase
Tip revision: 8aff1e2
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