https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 64aaab839ebc3c9cde0c3239924d06a40216c598 authored by Bryna Hazelton on 21 December 2022, 22:04:54 UTC, committed by Bryna Hazelton on 29 December 2022, 17:07:16 UTC
use python 3.9 to try to make mamba run faster
1 parent 4c59c41
Raw File
Tip revision: 64aaab839ebc3c9cde0c3239924d06a40216c598 authored by Bryna Hazelton on 21 December 2022, 22:04:54 UTC
ensure cython modules are compiled
Tip revision: 64aaab8
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top