https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5da9d49b35befe19e025460d64ba7fb47f00d216 authored by Bryna Hazelton on 04 February 2022, 20:18:57 UTC, committed by Matthew Kolopanis on 04 February 2022, 22:04:00 UTC
1 parent 382a0c3
Raw File
Tip revision: 5da9d49b35befe19e025460d64ba7fb47f00d216 authored by Bryna Hazelton on 04 February 2022, 20:18:57 UTC
Update setup.py and docs with pytest requirement
Tip revision: 5da9d49
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