diff --git a/examples/arm/image_classification_example_vgf/requirements.txt b/examples/arm/image_classification_example_vgf/requirements.txt index dd38af1ac53..7f74b0b27aa 100644 --- a/examples/arm/image_classification_example_vgf/requirements.txt +++ b/examples/arm/image_classification_example_vgf/requirements.txt @@ -4,5 +4,5 @@ # LICENSE file in the root directory of this source tree. evaluate == 0.4.6 -transformers[torch] == 4.56.1 +transformers[torch] == 5.0.0rc3 tqdm == 4.67.1