[AMD] Update compatible packaging version (#19309)

Signed-off-by: pramkuma <Pramendra.Kumar@amd.com>
This commit is contained in:
pramenku 2025-06-07 18:25:09 +05:30 committed by GitHub
parent 4e4f63ad45
commit 88be823d57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ RUN apt-get update -q -y && apt-get install -q -y \
sqlite3 libsqlite3-dev libfmt-dev libmsgpack-dev libsuitesparse-dev \
apt-transport-https ca-certificates wget curl
# Remove sccache
RUN python3 -m pip install --upgrade pip && pip install setuptools_scm
RUN python3 -m pip install --upgrade pip
RUN apt-get purge -y sccache; python3 -m pip uninstall -y sccache; rm -f "$(which sccache)"
ARG COMMON_WORKDIR
WORKDIR ${COMMON_WORKDIR}

View File

@ -12,7 +12,8 @@ ray>=2.10.0,<2.45.0
peft
pytest-asyncio
tensorizer>=2.9.0
setuptools-scm>=8
packaging>=24.2
setuptools>=77.0.3,<80.0.0
setuptools-scm>=8
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0