Skip to content

Commit 91ffa38

Browse files
committed
pyproject: depend on setuptools>=67.0, not ~=67.0.
This causes downstream dependency resolution issues.
1 parent 1a9eb24 commit 91ffa38

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
@@ -19,7 +19,7 @@ dependencies = [
1919
# Build system configuration
2020

2121
[build-system]
22-
requires = ["wheel", "setuptools~=67.0", "setuptools_scm[toml]>=6.2"]
22+
requires = ["wheel", "setuptools>=67.0", "setuptools_scm[toml]>=6.2"]
2323
build-backend = "setuptools.build_meta"
2424

2525
[tool.setuptools]

0 commit comments

Comments
 (0)