Skip to content

Commit

Permalink
pysamstats set max_pin to properly fix bioconda#12466 (bioconda#15894)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/pysamstats:1.1.2--py27h84994c4_3
 - biocontainers/pysamstats:1.1.2--py36h84994c4_3
 - biocontainers/pysamstats:1.1.2--py37h84994c4_3
 - linux-64/pysamstats-1.1.2-py27h84994c4_3.tar.bz2
 - linux-64/pysamstats-1.1.2-py36h84994c4_3.tar.bz2
 - linux-64/pysamstats-1.1.2-py37h84994c4_3.tar.bz2
 - osx-64/pysamstats-1.1.2-py27ha441bb4_3.tar.bz2
 - osx-64/pysamstats-1.1.2-py36ha441bb4_3.tar.bz2
 - osx-64/pysamstats-1.1.2-py37ha441bb4_3.tar.bz2
  • Loading branch information
lparsons authored and kpalin committed Aug 7, 2019
1 parent b4a8dfb commit 039e22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/pysamstats/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: 050294fe9fe99aae3b07ea28f6cbe449

build:
number: 2
number: 3

requirements:
build:
Expand All @@ -19,7 +19,7 @@ requirements:
- zlib
run:
- python
- {{ pin_compatible('pysam') }}
- {{ pin_compatible('pysam', max_pin='x.x') }}
- zlib
- numpy
- pytables
Expand Down

0 comments on commit 039e22d

Please sign in to comment.