Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #39 from jakirkham-feedstocks/refresh_pinnings
Browse files Browse the repository at this point in the history
Refresh pinnings
  • Loading branch information
jakirkham committed Mar 4, 2018
2 parents 61ba356 + c5f8486 commit 2561ca2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
@@ -1,5 +1,5 @@
{% set version = "1.0" %}
{% set build = 201 %}
{% set build = 202 %}
{% set variant = "openblas" %}
{% set sha256 = "71d3c9eb8a183150f965a465824d01fe82826c22505f7aa314f700ace03fa77f" %}

Expand All @@ -24,7 +24,7 @@ requirements:
- cython
- blas 1.1 {{ variant }}
- openblas 0.2.20|0.2.20.*
- boost 1.65.1
- boost 1.66.0
- hdf5 1.10.1
- gflags 2.2.*
- glog
Expand All @@ -39,7 +39,7 @@ requirements:
- opencv 3.*
- pandas
- pillow
- protobuf 3.4.*
- protobuf 3.5.*
- python
- python-dateutil
- python-gflags
Expand All @@ -53,7 +53,7 @@ requirements:
run:
- blas 1.1 {{ variant }}
- openblas 0.2.20|0.2.20.*
- boost 1.65.1
- boost 1.66.0
- hdf5 1.10.1
- gflags 2.2.*
- glog
Expand All @@ -67,7 +67,7 @@ requirements:
- opencv 3.*
- pandas
- pillow
- protobuf 3.4.*
- protobuf 3.5.*
- python
- python-dateutil
- python-gflags
Expand Down

0 comments on commit 2561ca2

Please sign in to comment.