Skip to content

Commit decdad8

Browse files
authored
Update tox.ini
1 parent 4205583 commit decdad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,11 +517,11 @@ commands =
517517

518518
[testenv:py{310,311}-transformers-{428,447,448,latest}]
519519
deps =
520-
# sentence-transformers 2.2.2 is the latest version that supports transformers 4.28.x
521-
# deps handled in environment variables and comman command
520+
# Environment dependencies are defined in the `setenv` section and installed in the `commands` section.
522521
extras = test,gcp,ml_test
523522
setenv =
524523
COMMON_DEPS = tensorflow==2.12.0 protobuf==4.25.5 pip==25.0.1
524+
# sentence-transformers 2.2.2 is the latest version that supports transformers 4.28.x
525525
428: DEPS = sentence-transformers==2.2.2 'transformers>=4.28.0,<4.29.0' 'torch>=1.9.0,<1.14.0'
526526
447: DEPS = 'transformers>=4.47.0,<4.48.0' 'torch>=1.9.0,<1.14.0'
527527
455: DEPS = 'transformers>=4.55.0,<4.56.0' 'torch>=2.0.0,<2.1.0'

0 commit comments

Comments
 (0)