Skip to content

Commit

Permalink
pin setuptools and scip in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 25, 2024
1 parent 391c495 commit dc17304
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,6 +1,6 @@
# https://peps.python.org/pep-0517
[build-system]
requires = ["setuptools", "Cython"]
requires = ["setuptools==71.0.0", "Cython"]
build-backend = "setuptools.build_meta"

# https://peps.python.org/pep-0621/
Expand Down

0 comments on commit dc17304

Please sign in to comment.