Skip to content

Commit

Permalink
Pin gdal to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed May 1, 2024
1 parent 1cc6b66 commit ed93a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jukes-micromamba/micromamba.def
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ from: mambaorg/micromamba:1.5.8-bookworm-slim
apt update && apt install -y libgl1 libegl1 libopengl0
apt clean
micromamba create -n cautorift -c conda-forge python autorift=1.1.0 \
notebook matplotlib pandas opencv rasterio
notebook matplotlib pandas opencv rasterio gdal=3.0
micromamba clean --all --yes
export SITEPACKAGES=`micromamba run -n cautorift python -m site \
| grep -m 1 site-packages | sed "s/[,']//g"` #'
Expand Down

0 comments on commit ed93a15

Please sign in to comment.