Skip to content

Commit fc49c3a

Browse files
authored
Remove pysal to fix build
http://b/289517451
1 parent ddc271e commit fc49c3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ RUN pip install pycuda \
179179
{{ end }}
180180

181181
RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
182-
pip install pysal \
183-
seaborn python-dateutil dask python-igraph \
182+
pip install seaborn python-dateutil dask python-igraph \
184183
pyyaml joblib husl geopy mne pyshp \
185184
pandas \
186185
polars \

0 commit comments

Comments
 (0)