Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KennthShang authored Oct 28, 2024
1 parent a6389e6 commit 3605bf6
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions recipes/phabox/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,26 @@ requirements:
- python >=3.8
- setuptools
run:
- python >=3.8
- biopython >=1.84
- datasets >=3
- kcounter >=0.1.1
- fasttree >=2.1.11
- mafft >=7.525
- networkx >=3.4
- numpy >=1.26
- pandas >=2
- prodigal-gv >=2.11.0
- pyarrow >=16
- pytorch >=2.4
- scipy >=1.14
- seaborn-base >=0.13.2
- python =3.10.14
- diamond =0.9.14
- blast =2.16.0
- mcl >=22.282
- fasttree =2.1.11
- kcounter =0.1.1
- mafft =7.525
- numpy =1.26.4
- pandas =2.2.3
- networkx =3.4.2
- seaborn-base =0.13.2
- biopython =1.84
- tqdm =4.66.5
- scipy =1.14.1
- datasets >= 2
- transformers >=4
- triton >=2.0.0
- diamond=0.9.14
- pytorch >=1.11
- triton >=2
- accelerate >=1
- prodigal-gv >=2.11.0

test:
commands:
Expand Down

0 comments on commit 3605bf6

Please sign in to comment.