Skip to content

Commit

Permalink
pyproject: depend on setuptools>=67.0, not ~=67.0.
Browse files Browse the repository at this point in the history
This causes downstream dependency resolution issues.
  • Loading branch information
whitequark committed Aug 22, 2023
1 parent 1a9eb24 commit 91ffa38
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 @@ -19,7 +19,7 @@ dependencies = [
# Build system configuration

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

[tool.setuptools]
Expand Down

0 comments on commit 91ffa38

Please sign in to comment.