Pin packaging to version 21.3 to address training pipeline failures

This commit is contained in:
shalvamist 2022-12-09 09:05:55 -08:00 committed by GitHub
parent 05dc1165a5
commit d22be84add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,6 @@
torch==1.12.1+cu116
torchvision==0.13.1+cu116
torchtext==0.13.1
# TODO(bmeswani): packaging 22.0 removes support for LegacyVersion leading to errors because transformers 4.4.2 uses LegacyVersion
packaging==21.3
setuptools>=41.4.0