https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f6028e83f71dd44b9cede94a105f0094989686c3 authored by Matthew Kolopanis on 24 March 2021, 17:58:54 UTC, committed by Bryna Hazelton on 24 March 2021, 18:35:18 UTC
1 parent a121c2a
Raw File
Tip revision: f6028e83f71dd44b9cede94a105f0094989686c3 authored by Matthew Kolopanis on 24 March 2021, 17:58:54 UTC
update verbiage about where tutorial files are written
Tip revision: f6028e8
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