Skip to content

Commit

Permalink
MNT pin setuptools version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Aug 30, 2024
1 parent fa6e283 commit c13d465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
# Minimum requirements for the build system to execute, according to PEP518
# specification.
requires = ["setuptools", "build", "numpy", "cython<3.0", "wheel"]
requires = ["setuptools<60.0", "build", "numpy", "cython<3.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.codespell]
Expand Down

0 comments on commit c13d465

Please sign in to comment.