https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 17ee04d5c93a4b921047d6175ccb74dae803b998 authored by Paul La Plante on 13 May 2021, 18:46:16 UTC, committed by Bryna Hazelton on 15 May 2021, 00:39:02 UTC
1 parent e91139b
Raw File
Tip revision: 17ee04d5c93a4b921047d6175ccb74dae803b998 authored by Paul La Plante on 13 May 2021, 18:46:16 UTC
Update call to pytest_cases
Tip revision: 17ee04d
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