We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3236f40 commit ca42aedCopy full SHA for ca42aed
Dockerfile.tmpl
@@ -36,7 +36,8 @@ RUN uv pip install --no-build-isolation --system "git+https://github.com/Kaggle/
36
RUN uv pip install --system --force-reinstall -i https://pypi.anaconda.org/intel/simple numpy
37
38
# 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"
+# 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"
41
42
# Adding non-package dependencies:
43
0 commit comments