Depedency versions - pyyaml
Closed this issue · 1 comments
IanSudbery commented
v 0.6.0
includes the line:
cgat-core/cgatcore/pipeline/parameters.py
Line 387 in 499bcc0
p = yaml.load(inf, Loader=yaml.FullLoader)
But yaml.FullLoader is only availble in recent versions of pyyaml, and the condaenv doesn't sepcify any version requirements for pyyaml.
Acribbs commented
fixed : bioconda/bioconda-recipes#22154
and updated Conda environment file in repo: #117