Skip to content

Commit ca42aed

Browse files
committed
tbb>=2022
1 parent 3236f40 commit ca42aed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
3636
RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org/intel/simple numpy
3737

3838
# b/328788268 We install an incompatible pair of libs (shapely<2, libpysal==4.9.2) so we can't put this one in the requirements.txt
39-
RUN uv pip install --system "libpysal==4.9.2"
39+
# newer daal4py requires tbb>=2022, but libpysal is downgrading it for some reason
40+
RUN uv pip install --system "tbb>=2022" "libpysal==4.9.2"
4041

4142
# Adding non-package dependencies:
4243

0 commit comments

Comments
 (0)