Skip to content

Commit 2771b23

Browse files
committed
draft
1 parent 987863d commit 2771b23

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
4646

4747
# b/404590350: Ray and torchtune have conflicting tune cli, we will prioritize torchtune.
4848
# b/415358158: Gensim removed from Colab image to upgrade scipy
49-
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim
49+
RUN uv pip install --system --force-reinstall --no-deps torchtune gensim "scipy<=1.15.3"
5050

5151
# Adding non-package dependencies:
5252
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
@@ -128,8 +128,6 @@ scikit-multilearn
128128
scikit-optimize
129129
scikit-plot
130130
scikit-surprise
131-
# b/415358158: Gensim removed from Colab image to upgrade scipy to 1.14.1
132-
scipy==1.15.1
133131
# Also pinning seaborn for learntools
134132
seaborn==0.12.2
135133
git+https://github.com/facebookresearch/segment-anything.git

0 commit comments

Comments
 (0)