Skip to content

Commit

Permalink
pasta-1.7.8-build-2 (#12641)
Browse files Browse the repository at this point in the history
* pasta-1.7.8-build-2

* Relax requirements
  • Loading branch information
pditommaso authored and druvus committed Dec 14, 2018
1 parent f598470 commit 2cece3c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipes/pasta/1.7.8/meta.yaml
Expand Up @@ -7,26 +7,26 @@ source:
md5: a085bb4f6b4116566a61b785be580ae1

build:
number: 1
number: 2

requirements:
build:
- {{ compiler('c') }}
host:
- certifi 2016.2.28 py27_0
- dendropy 4.1.0 py27_0
- certifi
- dendropy >=4.1.0
- gnu-wget
- java-jdk >=6
- pcre
- python >=2.7,<3
- pymongo 3.3.0 py27_0
- python
- pymongo >=3.3.0

run:
- dendropy 4.1.0 py27_0
- dendropy >=4.1.0
- java-jdk >=6
- pcre
- python >=2.7,<3
- pymongo 3.3.0 py27_0
- python
- pymongo >=3.3.0

test:
imports:
Expand Down

0 comments on commit 2cece3c

Please sign in to comment.