File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
3333# b/415358158: Gensim removed from Colab image to upgrade scipy
3434# b/456239669: remove huggingface-hub pin when pytorch-lighting and transformer are compatible
3535# b/315753846: Unpin translate package, currently conflicts with adk 1.17.0
36- # b/(xxxxx) : Unpin Pandas once cuml/cudf are compatible, version 3.0 causes issues
37- # b/(xxxxx): Unpin protobuf, v > 5.29.5 causes issues with numerous packages
38- # b/(xxxxx): numpy will auto-upgrade to 2.4.x, which causes issues with numerous packages
36+ # b/468379293 : Unpin Pandas once cuml/cudf are compatible, version 3.0 causes issues
37+ # b/468383498: numpy will auto-upgrade to 2.4.x, which causes issues with numerous packages
38+ # b/468367647: Unpin protobuf, version greater than v5.29.5 causes issues with numerous packages
3939RUN 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" "numpy==2.0.2" "pandas==2.2.2"
4040RUN uv pip install --system --force-reinstall "protobuf==5.29.5"
4141
Original file line number Diff line number Diff line change @@ -81,9 +81,7 @@ nbconvert==6.4.5
8181nbdev
8282nilearn
8383olefile
84- # b/445960030: Broken in 1.19.0. See https://github.com/onnx/onnx/issues/7249.
85- # Fixed with https://github.com/onnx/onnx/pull/7254. Upgrade when version with fix is published.
86- onnx==1.18.0
84+ onnx
8785openslide-bin
8886openslide-python
8987optuna
@@ -122,8 +120,6 @@ scikit-surprise
122120seaborn
123121git+https://github.com/facebookresearch/segment-anything.git
124122shap
125- # b/(xxxxx): unpin, currently needed as dependency for tsfresh
126- statsmodels==0.14.6
127123squarify
128124tensorflow-cloud
129125tensorflow-io
You can’t perform that action at this time.
0 commit comments