Skip to content

Commit

Permalink
Update build package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored and speth committed May 9, 2023
1 parent 396feff commit 6f228b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions interfaces/python_sdist/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
# These versions are pinned to the latest versions at the time of this commit.
# Feel free to update as required.
# These versions are updated to the latest versions supported in cibuildwheel
# at the time of this commit. Feel free to update as required.
requires = [
"setuptools==67.7.1",
"setuptools>=67.6.1",
"wheel",
"oldest-supported-numpy",
"Cython==0.29.34",
"Cython>=0.29.34",
]
build-backend = "setuptools.build_meta"

0 comments on commit 6f228b0

Please sign in to comment.