Skip to content

Commit 4db17fa

Browse files
Update setuptools requirement from >=62.6 to >=82.0.1 (#289)
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v62.6.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 393ad3d commit 4db17fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ quantum-pecos = { workspace = true }
2525
dev = [
2626
"maturin>=1.2,<2.0", # For building (should match build requirements)
2727
"patchelf; platform_system != 'Windows'", # For setting rpath in shared libraries (Linux/macOS only)
28-
"setuptools>=62.6", # Build system
28+
"setuptools>=82.0.1", # Build system
2929
"pre-commit", # Git hooks
3030
"black", # Code formatting
3131
"ruff", # Fast Python linting

0 commit comments

Comments
 (0)