Skip to content

Commit fb38cbe

Browse files
committed
loosen restriction on pysal & pyproj. merge commands
1 parent b01f208 commit fb38cbe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ RUN conda config --add channels conda-forge && \
4040
conda config --add channels pytorch && \
4141
conda config --add channels rapidsai && \
4242
# ^ rapidsai is the highest priority channel, default lowest, conda-forge 2nd lowest.
43-
# b/182405233 pyproj 3.x is not compatible with basemap 1.2.1
44-
# b/161473620#comment7 pin required to prevent resolver from picking pysal 1.x., pysal 2.2.x is also downloading data on import.
45-
conda install matplotlib basemap cartopy python-igraph imagemagick "pyproj=2.6" "pysal==2.1.0" && \
46-
conda install "pytorch==1.8.1" "torchvision==0.9.1" "torchaudio==0.8.1" "torchtext==0.9.1" cpuonly && \
43+
conda install matplotlib basemap cartopy python-igraph imagemagick pyproj pysal "pytorch==1.8.1" "torchvision==0.9.1" "torchaudio==0.8.1" "torchtext==0.9.1" cpuonly && \
4744
/tmp/clean-layer.sh
4845

4946
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.

0 commit comments

Comments
 (0)