Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========
Expand Down Expand Up @@ -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.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- matplotlib2.patch

build:
number: 4
number: 5

requirements:
build:
Expand All @@ -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
Expand All @@ -36,7 +36,7 @@ requirements:
- pillow
- owslib
- proj4 4.9.3
- geos 3.5.1
- geos 3.6.2
- shapely
- scipy
- pyshp
Expand Down