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 19ebe32 commit 96992b9Copy full SHA for 96992b9
Dockerfile.tmpl
@@ -229,7 +229,8 @@ ADD patches/keras_internal_test.py /opt/conda/lib/python3.10/site-packages/tenso
229
RUN pip install --no-deps "keras>3" keras-cv keras-nlp namex && \
230
/tmp/clean-layer.sh
231
232
-RUN pip install pysal
+# b/328788268 libpysal 4.10 seems to fail with "module 'shapely' has no attribute 'Geometry'. Did you mean: 'geometry'"
233
+RUN pip install pysal "libpysal==4.9.2"
234
235
RUN apt-get install -y libfreetype6-dev && \
236
apt-get install -y libglib2.0-0 libxext6 libsm6 libxrender1 libfontconfig1 --fix-missing && \
0 commit comments