Skip to content

Commit 8f0b222

Browse files
Update setuptools requirement from ~=80.0.0 to ~=80.3.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@v80.0.0...v80.3.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f71c296 commit 8f0b222

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
@@ -52,7 +52,7 @@ requires = [
5252
# We build against the most recent supported NumPy 2.0 release;
5353
# see https://github.com/numpy/numpy/issues/27265
5454
"numpy~=2.0",
55-
"setuptools~=80.0.0",
55+
"setuptools~=80.3.1",
5656
]
5757
build-backend = "setuptools.build_meta"
5858

0 commit comments

Comments
 (0)