Revision 4d05d3b227d4cdf6e9f01ddb03a6d77e2771ce88 authored by Bryna Hazelton on 08 February 2022, 01:41:38 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
Also fix UVData.read docstring
1 parent 8652ad7
Raw File
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