https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 492d5ded0ae111ce9900f832ad104382c95368b3 authored by Bryna Hazelton on 28 September 2021, 01:00:53 UTC, committed by Matthew Kolopanis on 28 September 2021, 18:07:23 UTC
1 parent d9779c6
Raw File
Tip revision: 492d5ded0ae111ce9900f832ad104382c95368b3 authored by Bryna Hazelton on 28 September 2021, 01:00:53 UTC
Add a test that fails on main because of the time precision loss
Tip revision: 492d5de
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