Skip to content

Commit

Permalink
[Dependent Bot] Fix transformer version (#1159)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
jalencato authored Feb 12, 2025
1 parent 5d32d67 commit 3fef138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3fef138

Please sign in to comment.