https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bb0e97dbdc09f0984c07529f60ad86f955e414e4 authored by Bryna Hazelton on 22 July 2021, 22:58:52 UTC, committed by kartographer on 11 August 2021, 15:07:35 UTC
1 parent 3fb0c8f
Raw File
Tip revision: bb0e97dbdc09f0984c07529f60ad86f955e414e4 authored by Bryna Hazelton on 22 July 2021, 22:58:52 UTC
update Readme and setup.py to exclude python 3.6
Tip revision: bb0e97d
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