Skip to content

Commit

Permalink
update conda meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Robaina committed Mar 3, 2023
1 parent 507275a commit bce602f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion envs/pynteny-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- hmmer >= 3.3
- prodigal >= 2.6
- pyfastx >=0.8
- biopython >= 1.8
- biopython >= 1.8y
- numpy
- pandas
- seqkit
Expand Down
2 changes: 2 additions & 0 deletions src/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy:
- 1.16
15 changes: 8 additions & 7 deletions src/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,21 @@ build:
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python >=3.8
- python
- poetry
- pip
run:
- python >=3.8
- hmmer >=3.3
- prodigal >=2.6
- pyfastx >=0.8
- biopython >=1.8
- python
- hmmer
- prodigal
- pyfastx
- biopython
- numpy
- pandas
- seqkit
- psutil >=5.9
- psutil
- requests
- tqdm

Expand Down

0 comments on commit bce602f

Please sign in to comment.