https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6e71fa7f1a111c00f0f5d4bf2700a6ea9f1e0d83 authored by Matthew Kolopanis on 27 October 2020, 15:27:40 UTC, committed by Paul La Plante on 28 October 2020, 15:09:09 UTC
1 parent 1982472
Raw File
Tip revision: 6e71fa7f1a111c00f0f5d4bf2700a6ea9f1e0d83 authored by Matthew Kolopanis on 27 October 2020, 15:27:40 UTC
update github action env and path variable delcarations
Tip revision: 6e71fa7
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