https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5c228b26005e3fbc29b416fc7f4419d0305d9f07 authored by Matthew Kolopanis on 06 July 2020, 16:06:56 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent cdc3554
Raw File
Tip revision: 5c228b26005e3fbc29b416fc7f4419d0305d9f07 authored by Matthew Kolopanis on 06 July 2020, 16:06:56 UTC
off loaded computation of khat matrix to cython, add openmp flags
Tip revision: 5c228b2
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