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 26, 2024
1 parent 7d2945f commit d7b9fde
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions recipes/phabox/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,26 @@ requirements:
- python >=3.8
- setuptools
run:
- accelerate =1.0.1=pyhd8ed1ab_0
- biopython =1.84=py310hc51659f_0
- blast =2.16.0=hc155240_2
- datasets =3.0.2=pyhd8ed1ab_0
- diamond =0.9.14=h2e03b76_4
- huggingface_hub =0.26.1=pyh0610db2_0
- kcounter =0.1.1=py310h4b81fae_4
- mafft =7.525=h031d066_1
- fasttree =2.1.11=h031d066_4
- mcl =22.282=pl5321h031d066_2
- networkx =3.4.2=pyhd8ed1ab_0
- numpy =1.26.4=py310hb13e2d6_0
- pandas =2.2.3=py310h5eaa309_1
- pyarrow =16.1.0=py310h17c5347_1
- pyarrow-core =16.1.0=py310h6f79a3a_1_cpu
- python =3.10.15=he870216_1
- pytorch =2.4.0=cuda118_py310h954aa82_301
- scipy =1.14.1=py310hfcf56fc_1
- seaborn =0.13.2=hd8ed1ab_2
- seaborn-base =0.13.2=pyhd8ed1ab_2
- tqdm =4.66.5=pyhd8ed1ab_0
- transformers =4.11.3=pyhd8ed1ab_0
- triton =2.0.0=cuda112py310hb224420_4
- python >=3.8
- diamond =0.9.14
- blast =2.16.0
- mcl >= 22
- prodigal-gv >=2
- 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
- transformers >=4
- triton >=2.0.0

test:
commands:
Expand Down

0 comments on commit d7b9fde

Please sign in to comment.