From 3fef138bf27d88b83bc954787a0272fba41bb85d Mon Sep 17 00:00:00 2001 From: jalencato Date: Wed, 12 Feb 2025 10:56:11 -0800 Subject: [PATCH] [Dependent Bot] Fix transformer version (#1159) *Issue #, if available:* Successfully test on internal regression test. Solve the warning on https://github.com/awslabs/graphstorm/security/dependabot/17. *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e350cd124..a9f6a1455a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def find_version(*file_paths): requirements = [ 'h5py', 'pyarrow', - 'transformers==4.36.0', + 'transformers==4.48.0', 'pandas', 'scikit-learn', 'ogb==1.3.6',