Skip to content

Commit a43805f

Browse files
committed
clean up
1 parent ccc9389 commit a43805f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3939
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" "numpy==2.0.2" "pandas==2.2.2"
4040
RUN uv pip install --system --force-reinstall "protobuf==5.29.5"
4141

kaggle_requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ nbconvert==6.4.5
8181
nbdev
8282
nilearn
8383
olefile
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
8785
openslide-bin
8886
openslide-python
8987
optuna
@@ -122,8 +120,6 @@ scikit-surprise
122120
seaborn
123121
git+https://github.com/facebookresearch/segment-anything.git
124122
shap
125-
# b/(xxxxx): unpin, currently needed as dependency for tsfresh
126-
statsmodels==0.14.6
127123
squarify
128124
tensorflow-cloud
129125
tensorflow-io

0 commit comments

Comments
 (0)