Skip to content

Commit

Permalink
Merge pull request #27 from tacaswell/fix_cycler_version
Browse files Browse the repository at this point in the history
BLD: enforce cycler minimum version
  • Loading branch information
ocefpaf committed May 31, 2016
2 parents 13b520d + bc6e33d commit 8aae89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source:
- rctmp_pyside.patch # [not osx]

build:
number: 1
number: 2

requirements:
build:
Expand All @@ -32,7 +32,7 @@ requirements:
- python-dateutil
- freetype 2.6*
- msinttypes # [win]
- cycler
- cycler >=0.10
- nose
- pyparsing
- pytz
Expand All @@ -46,7 +46,7 @@ requirements:
run:
- python
- numpy x.x
- cycler
- cycler >=0.10
- python-dateutil
- freetype 2.6*
- pytz
Expand Down

0 comments on commit 8aae89c

Please sign in to comment.