https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 206d1cce27e835891364098e13c8c892963faa5f authored by Paul La Plante on 03 December 2021, 07:53:46 UTC, committed by Bryna Hazelton on 03 December 2021, 17:52:04 UTC
1 parent 32efbef
Raw File
Tip revision: 206d1cce27e835891364098e13c8c892963faa5f authored by Paul La Plante on 03 December 2021, 07:53:46 UTC
Require h5py>=3.0 for new astype behavior
Tip revision: 206d1cc
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