General cleanups

This commit is contained in:
Bryan Weber
2023-04-23 10:40:04 -06:00
committed by Ray Speth
parent 220898448f
commit 700fd6a10b
7 changed files with 24 additions and 24 deletions

View File

@@ -1,3 +1,10 @@
[build-system]
requires = ["setuptools>=43.0.0", "wheel", "oldest-supported-numpy", "Cython>=0.29.12"]
# These versions are pinned to the latest versions at the time of this commit.
# Feel free to update as required.
requires = [
"setuptools==67.7.1",
"wheel",
"oldest-supported-numpy",
"Cython==0.29.34",
]
build-backend = "setuptools.build_meta"