diff --git a/README.md b/README.md index 3c5b599..66d17c8 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ To manage the continuous integration and simplify feedstock maintenance Using the ``conda-forge.yml`` within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with ``conda smithy rerender``. +For more information please check the [conda-forge documentation](https://conda-forge.org/docs/). Terminology =========== @@ -100,4 +101,4 @@ In order to produce a uniquely identifiable distribution: the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string). * If the version of a package **is** being increased, please remember to return the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string) - back to 0. + back to 0. \ No newline at end of file diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 13e5701..a9a003a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ source: - matplotlib2.patch build: - number: 4 + number: 5 requirements: build: @@ -25,7 +25,7 @@ requirements: - numpy 1.9.* # [win and py35] - numpy 1.11.* # [win and py36] - msinttypes # [win] - - geos 3.5.1 + - geos 3.6.2 - proj4 4.9.3 run: - python @@ -36,7 +36,7 @@ requirements: - pillow - owslib - proj4 4.9.3 - - geos 3.5.1 + - geos 3.6.2 - shapely - scipy - pyshp