https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b6a4473a128f736d2c957c00df068232c9bf517f authored by Garrett 'Karto' Keating on 22 June 2022, 21:15:58 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent e8b1734
Raw File
Tip revision: b6a4473a128f736d2c957c00df068232c9bf517f authored by Garrett 'Karto' Keating on 22 June 2022, 21:15:58 UTC
More spellling fixes.
Tip revision: b6a4473
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