Skip to content

Commit

Permalink
MNT: Updated some of the pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin authored and u50982 committed Nov 1, 2016
1 parent a4bb2a4 commit f6f1934
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source:
- add_global_cxx_release.patch

build:
number: 200
number: 201
features: # [not win]
- blas_{{ blas_variant }} # [not win]

Expand All @@ -27,22 +27,22 @@ requirements:
- python
- cmake
- toolchain
- openblas 0.2.18|0.2.18.*. # [not win]
- openblas 0.2.18|0.2.18.* # [not win]
- blas 1.1 {{ blas_variant }} # [not win]
- numpy x.x
- boost 1.61.*
- jpeg 9* # [not win]
- libpng >=1.6.21,<1.7
- libpng >=1.6.23,<1.7
- sqlite 3.13.* # [not win]

run:
- python
- openblas 0.2.18|0.2.18.*. # [not win]
- openblas 0.2.18|0.2.18.* # [not win]
- blas 1.1 {{ blas_variant }} # [not win]
- numpy x.x
- boost 1.61.*
- jpeg 9* # [not win]
- libpng >=1.6.21,<1.7
- libpng >=1.6.23,<1.7
- sqlite 3.13.* # [not win]

test:
Expand Down

0 comments on commit f6f1934

Please sign in to comment.