File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed
Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ channels:
55 - http://conda.anaconda.org/bioconda
66 - http://conda.anaconda.org/terhorst
77 - http://conda.anaconda.org/conda-forge
8- - http://conda.anaconda.org/salford_systems
98specs:
10- - isl # necessary to fix a bug
11- - gcc # ditto
129 - smcpp
1310license_file: ../LICENSE
Original file line number Diff line number Diff line change @@ -10,31 +10,18 @@ source:
1010requirements:
1111 build:
1212 - python >=3.5
13- - gcc >=4.8
13+ - gcc 4.8.5
14+ - libgcc 4.8.5
1415 - gmp >=6.1
1516 - cython >=0.25
1617 - gsl >=2.2
1718 - mpc >=1.0
1819 - mpfr >=3.1
1920 - numpy 1.11.1
2021 - setuptools_scm >=1.15.0
21- - python >=3.5
22- - pysam >=0.9.1.4
23- - matplotlib >=1.5.0
24- - pandas >=0.18.1
25- - python-dateutil >=2.6.0
26- - setuptools 23.0.0
27- - scipy >=0.17.1
28- - six >=1.10.0
29- - appdirs >=1.4.0
30- - tqdm >=4.10.0
31- - seaborn >=0.7.1
32- - wrapt >=1.10.8
33- - ad >=1.3.2
3422 run:
3523 - python >=3.5
36- - cython >=0.25
37- - gcc >=4.8
24+ - libgcc 4.8.5
3825 - gmp >=6.1
3926 - gsl >=2.2
4027 - mpc >=1.0
You can’t perform that action at this time.
0 commit comments