Skip to content

Commit 3dee003

Browse files
authored
Need setuptools version > 78 in the dev environment too (#1013)
There was an inconsistency in the version of setuptools specified for the development environment and the run-time requirements. (Mea culpa.) Setuptools > 78 is needed in all cases, not just for python 3.12+.
1 parent e528cfd commit 3dee003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dev = [
9797
# mechanism to reference that list. Keep these versions in sync with above.
9898
"cmake~=3.28.1",
9999
"pybind11[global]",
100-
"setuptools>=78.1.1; python_version >= '3.12'",
100+
"setuptools>=78.1.1",
101101

102102
# Other build, packaging, and distribution utilities.
103103
"cibuildwheel",

0 commit comments

Comments
 (0)