File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,12 +30,11 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
3030RUN uv pip install --system " tbb>=2022" " libpysal==4.9.2"
3131
3232# b/404590350: Ray and torchtune have conflicting tune cli, we will prioritize torchtune.
33- # b/415358158: Gensim removed from Colab image to upgrade scipy
3433# b/315753846: Unpin translate package, currently conflicts with adk 1.17.0
3534# b/468379293: Unpin Pandas once cuml/cudf are compatible, version 3.0 causes issues
3635# b/468383498: numpy will auto-upgrade to 2.4.x , which causes issues with numerous packages
3736# b/468367647: Unpin protobuf, version greater than v5.29.5 causes issues with numerous packages
38- RUN uv pip install --system --force-reinstall --no-deps torchtune gensim " scipy<=1.15.3 " " google-cloud-translate==3.12.1" " numpy==2.0.2" " pandas==2.2.2"
37+ RUN uv pip install --system --force-reinstall --no-deps torchtune " google-cloud-translate==3.12.1" " numpy==2.0.2" " pandas==2.2.2"
3938RUN uv pip install --system --force-reinstall " protobuf==5.29.5"
4039
4140# Adding non-package dependencies:
You can’t perform that action at this time.
0 commit comments