Skip to content

Commit 7081860

Browse files
authored
move cloud-translate (#1512)
1 parent 0cb2227 commit 7081860

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
4949
# b/404590350: Ray and torchtune have conflicting tune cli, we will prioritize torchtune.
5050
# b/415358158: Gensim removed from Colab image to upgrade scipy
5151
# b/456239669: remove huggingface-hub pin when pytorch-lighting and transformer are compatible
52-
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3" "huggingface-hub==0.36.0"
52+
# b/315753846: Unpin translate package, currently conflicts with adk 1.17.0
53+
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3" "huggingface-hub==0.36.0" "google-cloud-translate==3.12.1"
5354

5455
# Adding non-package dependencies:
5556
ADD clean-layer.sh /tmp/clean-layer.sh

kaggle_requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ gensim
4848
# b/443054743,b/455550872
4949
google-adk[a2a,eval]
5050
google-cloud-aiplatform
51-
# b/315753846: Unpin translate package.
52-
google-cloud-translate==3.12.1
5351
google-cloud-videointelligence
5452
google-cloud-vision
5553
google-genai

0 commit comments

Comments
 (0)