From 2a7b94fe5f40d36d76a57ad7e13cb7cd76183f40 Mon Sep 17 00:00:00 2001 From: "R. Keoni Garcia" <keoni@tauriel.ssec.wisc.edu> Date: Tue, 3 Nov 2015 10:00:24 -0600 Subject: [PATCH] preparing win-64 0.7.0r1 repackage for pyqt issue --- conda-recipe/cspov/meta.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conda-recipe/cspov/meta.yaml b/conda-recipe/cspov/meta.yaml index b8d8b93b..ebe93c27 100644 --- a/conda-recipe/cspov/meta.yaml +++ b/conda-recipe/cspov/meta.yaml @@ -23,7 +23,8 @@ build: # If this is a new build for the same version, increment the build # number. If you do not include this key, it defaults to 0. - number: 0 + # TODO reset this to 0 + number: 1 requirements: build: @@ -43,6 +44,7 @@ requirements: - shapely ==1.5.11 - rasterio ==0.24.0 - gdal ==1.11.2 + - pyqt ==4.10.4 # - gdal ==2.0.0 - cython >=0.17 # [win] @@ -62,6 +64,7 @@ requirements: - shapely ==1.5.11 - rasterio ==0.24.0 - gdal ==1.11.2 + - pyqt ==4.10.4 # - gdal ==2.0.0 # test: -- GitLab