https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a91208f66bd2fc397630a6f429f88354595d0078 authored by Bryna Hazelton on 07 July 2022, 19:29:23 UTC, committed by Matthew Kolopanis on 12 July 2022, 19:04:48 UTC
1 parent 06699ee
Raw File
Tip revision: a91208f66bd2fc397630a6f429f88354595d0078 authored by Bryna Hazelton on 07 July 2022, 19:29:23 UTC
Fix env activation
Tip revision: a91208f
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top