https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf4788ffc0460018b1c5ead67362accd5107006b authored by Bryna Hazelton on 08 February 2022, 22:16:29 UTC, committed by Paul La Plante on 08 February 2022, 23:22:21 UTC
1 parent c3412ac
Raw File
Tip revision: bf4788ffc0460018b1c5ead67362accd5107006b authored by Bryna Hazelton on 08 February 2022, 22:16:29 UTC
fix scipy readsav import
Tip revision: bf4788f
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