Skip to content

Commit

Permalink
Remove setuptools version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kroq-gar78 committed Sep 1, 2024
1 parent e66bd35 commit d708bd0
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<60.0", "build", "numpy", "cython<3.0", "wheel"]
requires = ["setuptools", "build", "numpy", "cython<3.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.codespell]
Expand Down

0 comments on commit d708bd0

Please sign in to comment.