https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent f9ff13d
Raw File
Tip revision: 6208e657e7dc492314f33aa0c3249ccfaf59459f authored by Bryna Hazelton on 16 December 2020, 19:09:46 UTC
fix python version passing in workflow
Tip revision: 6208e65
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top