https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 87c21afb0c6f220de645196b294123536b66783e authored by Ruby Byrne on 04 October 2021, 18:20:49 UTC, committed by Bryna Hazelton on 05 October 2021, 16:08:30 UTC
1 parent 9da2d90
Raw File
Tip revision: 87c21afb0c6f220de645196b294123536b66783e authored by Ruby Byrne on 04 October 2021, 18:20:49 UTC
fix linting issues
Tip revision: 87c21af
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