Skip to content

Commit 820a69c

Browse files
committed
Pin setuptools<81 so awscliv2 keeps pkg_resources
awscliv2==2.1.1 imports pkg_resources, which setuptools>=81 removed. The fresh CI docker image (rebuilt by the torch bump) picked up a newer setuptools, breaking `awsv2 -i` at the start of .jenkins/build.sh. Unrelated to torch 2.13. Co-authored-by: Claude
1 parent f10ef27 commit 820a69c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.ci/docker/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ torchdata
3232
networkx
3333
PyHamcrest
3434
bs4
35+
# Pin setuptools: awscliv2==2.1.1 imports pkg_resources, which setuptools>=81 removed.
36+
setuptools<81
3537
awscliv2==2.1.1
3638
flask
3739
spacy==3.7.1 # Keep this version consistent with the model version in .jenkins/build.sh

0 commit comments

Comments
 (0)