Update build package versions

This commit is contained in:
Bryan Weber 2023-05-07 14:28:14 -04:00 committed by Ray Speth
parent 396feff422
commit 6f228b0a53

View File

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