Skip to content

Commit 9fcaffa

Browse files
remove setuptools pin again - needs a breaking release
1 parent fc2d841 commit 9fcaffa

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
@@ -44,7 +44,7 @@ dynamic = [
4444
dependencies = [
4545
"packaging>=20",
4646
# https://github.com/pypa/setuptools-scm/issues/1112 - re-pin in a breaking release
47-
"setuptools >= 61",
47+
"setuptools", # >= 61",
4848
'tomli>=1; python_version < "3.11"',
4949
'typing-extensions; python_version < "3.10"',
5050
'importlib-metadata>=4.6; python_version < "3.10"',

0 commit comments

Comments
 (0)