https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 72534437dfde3a774ab1dba4b6ae872bf06b88e5 authored by Paul La Plante on 01 April 2021, 23:56:59 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 6b84246
Raw File
Tip revision: 72534437dfde3a774ab1dba4b6ae872bf06b88e5 authored by Paul La Plante on 01 April 2021, 23:56:59 UTC
Update sample file in repo and fix tests accordingly
Tip revision: 7253443
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