Skip to content

Commit

Permalink
Require recent setuptools for build
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Dec 7, 2023
1 parent 752d239 commit f5290a6
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 @@ -95,5 +95,5 @@ sec = { cmd = "poetry run bandit -r iscc_sdk -q", help = "Security check with ba
all = ["format-md", "docs", "lf", "black", "test"]

[build-system]
requires = ["poetry-core>=1.0.0", "Cython", "setuptools", "wheel"]
requires = ["poetry-core>=1.0.0", "Cython", "setuptools>=69.0.2", "wheel"]
build-backend = "poetry.core.masonry.api"

0 comments on commit f5290a6

Please sign in to comment.