https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 408df1d551bec2bf81dac0b1af766591df72bba9 authored by Matthew Kolopanis on 24 April 2020, 21:46:01 UTC
added pytest-xdist as a test-requires package and to yaml files
Tip revision: 408df1d
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