Skip to content

Commit

Permalink
Remove setuptools pin from pyproject
Browse files Browse the repository at this point in the history
Missed this one: need to change in both requirements and pyproject.
  • Loading branch information
sarahec authored Aug 24, 2024
1 parent e4ac91f commit 641d1ad
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
Expand Up @@ -54,7 +54,7 @@ scalene = "scalene.__main__:main"
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=65.5.1,<71.0", # Pin to setuptools<71.0 to avoid this bug: https://github.com/pypa/setuptools/issues/4496
"setuptools>=65.5.0",
"setuptools_scm>=8",
"wheel",
"cython",
Expand Down

0 comments on commit 641d1ad

Please sign in to comment.