https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 826a0d30bb2b364bb1b23ab77d7a4c44d83607f8 authored by pre-commit-ci[bot] on 16 March 2022, 20:55:11 UTC, committed by Bryna Hazelton on 17 March 2022, 15:26:31 UTC
for more information, see https://pre-commit.ci
1 parent 21a55cf
Raw File
Tip revision: 826a0d30bb2b364bb1b23ab77d7a4c44d83607f8 authored by pre-commit-ci[bot] on 16 March 2022, 20:55:11 UTC
[pre-commit.ci] auto fixes from pre-commit.com hooks
Tip revision: 826a0d3
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