https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 55c890911c1f81766f3cc0cacf85b3f322f4a68f authored by Paul La Plante on 28 June 2021, 16:31:09 UTC, committed by Paul La Plante on 28 June 2021, 16:31:09 UTC
2 parent s 5324552 + 6b2f17c
Raw File
Tip revision: 55c890911c1f81766f3cc0cacf85b3f322f4a68f authored by Paul La Plante on 28 June 2021, 16:31:09 UTC
Merge branch 'test_all_aipy_extracts'
Tip revision: 55c8909
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