https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0880a48b85177a71836cc15cdb3a85f06dc45a9e authored by Garrett 'Karto' Keating on 02 June 2022, 16:49:01 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent ec312b0
Raw File
Tip revision: 0880a48b85177a71836cc15cdb3a85f06dc45a9e authored by Garrett 'Karto' Keating on 02 June 2022, 16:49:01 UTC
More changes related to review comments.
Tip revision: 0880a48
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