https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 51cd0b00fa38c42a0dedafb6ef9a1e319beff242 authored by Garrett 'Karto' Keating on 12 July 2022, 12:18:51 UTC, committed by Bryna Hazelton on 14 July 2022, 20:05:36 UTC
1 parent 1d6038b
Raw File
Tip revision: 51cd0b00fa38c42a0dedafb6ef9a1e319beff242 authored by Garrett 'Karto' Keating on 12 July 2022, 12:18:51 UTC
Some more clean-up and improvements for auto-normalization method
Tip revision: 51cd0b0
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top