bioconda / bioconda-recipes

Conda recipes for the bioconda channel.
https://bioconda.github.io
MIT License
1.65k stars 3.28k forks source link

python version dependency #26846

Open sjanssen2 opened 3 years ago

sjanssen2 commented 3 years ago

https://github.com/bioconda/bioconda-recipes/blob/02fd2815d67e51c1c9d54b3ca224b0f8603bad4e/recipes/sepp/meta.yaml#L22

I defined python=>3.6 in my meta.yaml recipe, however the package description lists python >= 3.9

What is the source of this difference?

sjanssen2 commented 3 years ago

Hi @dlaehnemann, do you have an idea why I see this difference in python version numbers?

dlaehnemann commented 3 years ago

I have no clue how these lists are generated, but maybe @mbargull has some idea what's going on under the bioconda hood.

Is this problematic in some way? As in, python version conflicts with other tools that depend on sepp or should be installed in the same environment?