cgat-developers/cgat-core

Depedency versions - pyyaml

Closed this issue · 1 comments

v 0.6.0

includes the line:

p = yaml.load(inf, Loader=yaml.FullLoader)

  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.

fixed : bioconda/bioconda-recipes#22154
and updated Conda environment file in repo: #117