Revision 5a6d0849060b192c4eb840a4691f5ca66378a407 authored by Bryna Hazelton on 13 October 2023, 19:33:37 UTC, committed by Bryna Hazelton on 13 October 2023, 23:51:31 UTC
1 parent 5e9b836
pyproject.toml
[build-system]
requires = ["setuptools>=61",
"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

Computing file changes ...