Skip to content

Commit 4861af7

Browse files
authored
Sync setuptools (#2732)
* sync/downgrade setuptools depend * sync/use SPDX license with setuptools 77-82
1 parent 887f7fa commit 4861af7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools==82.0.1",
3+
"setuptools>=77.0.1,<83",
44
]
55
build-backend = "setuptools.build_meta"
66

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
setuptools>=78.1.1
21
accelerate>=1.13.0
32
numpy==2.2.6; python_version < "3.14"
43
numpy>=2.3.0; python_version >= "3.14"

0 commit comments

Comments
 (0)