Skip to content

Commit b6c6cfa

Browse files
Update setuptools requirement from <=80.9.0,>=77 to >=77,<=82.0.1
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@v77.0.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>
1 parent f59c960 commit b6c6cfa

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
@@ -23,7 +23,7 @@ dependencies = [
2323

2424
[build-system]
2525
requires = [
26-
"setuptools>=77,<=80.9.0",
26+
"setuptools>=77,<=82.0.1",
2727
"wheel<=0.45.1",
2828
"cmake<=4.2.1",
2929
"patchelf<=0.17.2.4; sys_platform == 'linux' and platform_machine == 'x86_64'"

0 commit comments

Comments
 (0)