File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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:
5556ADD clean-layer.sh /tmp/clean-layer.sh
Original file line number Diff line number Diff line change 4848# b/443054743,b/455550872
4949google-adk[a2a,eval]
5050google-cloud-aiplatform
51- # b/315753846: Unpin translate package.
52- google-cloud-translate==3.12.1
5351google-cloud-videointelligence
5452google-cloud-vision
5553google-genai
You can’t perform that action at this time.
0 commit comments