Skip to content

Commit a669372

Browse files
Pin setuptools version in pyproject.toml
1 parent 0f48c6d commit a669372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ line-length = 80
44
lint.ignore = ["F401","E402"]
55
[build-system]
66
requires = [
7-
"setuptools>=42",
7+
"setuptools==75.6.0",
88
"wheel",
99
"pybind11==2.11.1",
1010
"pkgconfig>=1.5.5",

0 commit comments

Comments
 (0)