Skip to content

Commit 20fb15d

Browse files
committed
google-cloud-aiplatform>=1.90.0 will allow werkzeug>=3.0.3
1 parent f9fd643 commit 20fb15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/container/Dockerfile.maxtext

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ for pattern in \
3939
"s|tensorflow-datasets|tensorflow-datasets>=4.8.0|g" \
4040
"s|sentencepiece==0.1.97|sentencepiece>=0.2|g" \
4141
"s|tensorflow>=2.13.0|tensorflow==2.18.1|g" \
42+
"s|google-cloud-aiplatform==1.61.0|google-cloud-aiplatform>=1.90.0|g" \
4243
; do
4344
# tensorflow-cpu==2.19.0 is incompatible with tensorflow-text
4445
sed -i "${pattern}" ${SRC_PATH_MAXTEXT}/requirements.txt

0 commit comments

Comments
 (0)