Skip to content

Commit d75ad04

Browse files
authored
[ROCm][Bugfix] Revert removing setuptools version restriction (#28592)
Signed-off-by: Gregory Shtrasberg <Gregory.Shtrasberg@amd.com>
1 parent 52eadce commit d75ad04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/rocm-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ torchaudio==2.9.0
99
triton==3.5.0
1010
cmake>=3.26.1,<4
1111
packaging>=24.2
12-
setuptools>=77.0.3,<81.0.0
12+
setuptools>=77.0.3,<80.0.0
1313
setuptools-scm>=8
1414
wheel
1515
jinja2>=3.1.6

requirements/rocm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ peft
1010
pytest-asyncio
1111
tensorizer==2.10.1
1212
packaging>=24.2
13-
setuptools>=77.0.3,<81.0.0
13+
setuptools>=77.0.3,<80.0.0
1414
setuptools-scm>=8
1515
runai-model-streamer[s3,gcs]==0.15.0
1616
conch-triton-kernels==1.2.1

0 commit comments

Comments
 (0)