Skip to content

Commit 41b5378

Browse files
committed
revert pip version
1 parent 5c093dc commit 41b5378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ commands =
106106
[testenv:py{310,311}-ml]
107107
# Don't set TMPDIR to avoid "AF_UNIX path too long" errors in certain tests.
108108
deps =
109-
pip==24.3.1
109+
pip==25.0.1
110110
accelerate>=1.6.0
111111
onnx<1.19.0
112112
setenv =
@@ -520,7 +520,7 @@ deps =
520520
# Environment dependencies are defined in the `setenv` section and installed in the `commands` section.
521521
extras = test,gcp,ml_test
522522
setenv =
523-
COMMON_DEPS = tensorflow==2.12.0 protobuf==4.25.5 pip==24.3.1
523+
COMMON_DEPS = tensorflow==2.12.0 protobuf==4.25.5 pip==25.0.1
524524
# 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'

0 commit comments

Comments
 (0)