Skip to content

Commit 18ce59b

Browse files
authored
Fix PostCommit Python Dependency job (#35819)
Fix PostCommit Python Dependency job
2 parents 4dfdb57 + 2af502b commit 18ce59b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def get_portability_package_data():
574574
'torch': ['torch>=1.9.0,<2.8.0'],
575575
'tensorflow': ['tensorflow>=2.12rc1,<2.17'],
576576
'transformers': [
577-
'transformers>=4.28.0,<4.49.0',
577+
'transformers>=4.28.0,<4.56.0',
578578
'tensorflow>=2.12.0',
579579
'torch>=1.9.0'
580580
],

sdks/python/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,9 @@ deps =
502502
428: torch>=1.9.0,<1.14.0
503503
447: transformers>=4.47.0,<4.48.0
504504
447: torch>=1.9.0,<1.14.0
505-
448: transformers>=4.48.0,<4.49.0
506-
448: torch>=2.0.0,<2.1.0
507-
latest: transformers>=4.48.0
505+
455: transformers>=4.55.0,<4.56.0
506+
455: torch>=2.0.0,<2.1.0
507+
latest: transformers>=4.55.0
508508
latest: torch>=2.0.0
509509
latest: accelerate>=1.6.0
510510
tensorflow==2.12.0

0 commit comments

Comments
 (0)