Skip to content

Commit aefd489

Browse files
authored
Merge pull request #853 from Kaggle/fix-pysal
Ensures pysal >= 2.1.0 is installed.
2 parents 99221df + 70c23ff commit aefd489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ RUN conda config --add channels conda-forge && \
4343
conda config --add channels pytorch && \
4444
conda config --add channels rapidsai && \
4545
# ^ rapidsai is the highest priority channel, default lowest, conda-forge 2nd lowest.
46-
conda install matplotlib basemap cartopy python-igraph imagemagick pysal && \
46+
# b/161473620 pin required to prevent resolver from picking pysal 1.x.
47+
conda install matplotlib basemap cartopy python-igraph imagemagick "pysal>=2.1.0" && \
4748
# b/142337634#comment22 pin required to avoid torchaudio downgrade.
4849
conda install "pytorch>=1.5.0" "torchvision>=0.6.0" "torchaudio>=0.5.0" cpuonly && \
4950
/tmp/clean-layer.sh

0 commit comments

Comments
 (0)