From 3f17ef53cfebc7112854fe9353d057353b7c4fcb Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Mon, 2 Mar 2020 14:53:31 -0600 Subject: libtiff is not a declared dependency of PROJ7 in conda-forge --- scripts/azp/win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/azp/win.yml b/scripts/azp/win.yml index f82d232f..f9d9ed12 100644 --- a/scripts/azp/win.yml +++ b/scripts/azp/win.yml @@ -17,7 +17,7 @@ jobs: ECHO ON call activate proj call conda config --set always_yes True --set show_channel_urls True - call conda install --yes --quiet --name proj -c conda-forge conda-build ninja -y + call conda install --yes --quiet --name proj -c conda-forge conda-build libtiff ninja -y call conda install -c conda-forge proj --only-deps -y displayName: Install PROJ dependencies - script: | -- cgit v1.2.3