https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6dbcc051b29edfb9dcedbbbc69ff38a9ce310e5a authored by pyxieloustar on 16 March 2021, 23:58:18 UTC, committed by Bryna Hazelton on 17 March 2021, 19:15:35 UTC
1 parent 46231e5
Raw File
Tip revision: 6dbcc051b29edfb9dcedbbbc69ff38a9ce310e5a authored by pyxieloustar on 16 March 2021, 23:58:18 UTC
update cryptic comment
Tip revision: 6dbcc05
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