File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
5252ADD clean-layer.sh /tmp/clean-layer.sh
Original file line number Diff line number Diff line change @@ -128,8 +128,6 @@ scikit-multilearn
128128scikit-optimize
129129scikit-plot
130130scikit-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
134132seaborn==0.12.2
135133git+https://github.com/facebookresearch/segment-anything.git
You can’t perform that action at this time.
0 commit comments