Skip to content

Commit

Permalink
fixing conda build dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
diljotgrewal authored and amcpherson committed Oct 2, 2023
1 parent 77e46bb commit 646b676
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build_python_conda.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

yum install gcc-c++ git -y
yum install gcc-c++ git make -y
conda config --set always_yes true
conda update conda
conda install python=3.9
conda config --add channels 'conda-forge'
conda config --add channels https://conda.anaconda.org/dranew
conda config --add channels https://conda.anaconda.org/shahcompbio
conda config --add channels 'bioconda'
Expand Down
4 changes: 2 additions & 2 deletions conda/destruct/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ build:
requirements:
build:
- python
- numpy==1.21.5
- numpy

run:
- python
- numpy==1.21.5
- numpy
- pandas
- pypeliner
- pygenes
Expand Down

0 comments on commit 646b676

Please sign in to comment.