Skip to content

Commit 3661b12

Browse files
authored
Merge pull request Kaggle#509 from Kaggle/fix-breakage-ci
Fix errors with basemap/matplotlib
2 parents f24718f + 1e16c13 commit 3661b12

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Dockerfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,10 @@ RUN apt-get install -y libfreetype6-dev && \
118118
ENV LD_LIBRARY_PATH=/opt/conda/lib
119119

120120
RUN apt-get -y install zlib1g-dev liblcms2-dev libwebp-dev libgeos-dev && \
121-
pip install matplotlib==2.2.3 && \
121+
pip install matplotlib && \
122122
pip install pyshp && \
123123
pip install pyproj && \
124-
cd /usr/local/src && git clone https://github.com/matplotlib/basemap.git && \
125-
cd basemap && \
126-
git checkout v1.1.0 && \
127-
python setup.py install && \
128-
pip install basemap --no-binary basemap && \
124+
conda install basemap && \
129125
# sasl is apparently an ibis dependency
130126
apt-get -y install libsasl2-dev && \
131127
# ...as is psycopg2

0 commit comments

Comments
 (0)