Closed joachimwolff closed 4 years ago
Hmm. Good question. We are not maintaining the conda version actually. I'm guessing that there were problems related to dependency versions. But I'm not sure. Which dependency are you having an issue with?
All three ;)
In my experience numpy and scipy restrictions are not necessary, however, I do understand the one for pandas.
But: your last commit message for requirements.txt is numpy scipy pandas version restriction removed
. So I think there used to be these restrictions but the bioconda bot is not removing them and updates only the release.
I can remove these restrictions on bioconda, if you like.
I see. I can remove the <=
restrictions for numpy and scipy and release a new version. It looks like Bioconda creates a new version automatically for every updates?
No need for this, just a new build on bioconda. I request your review already. https://github.com/bioconda/bioconda-recipes/pull/22132
ok I approved the changes, but I'm not 100% sure whether it would still work. Can you let me know? I will try to loosen the criteria and do tests later.
Thanks for approving, I will let you know if sth is not working.
Hi,
Is there any reason why the dependencies on conda are more restricted than in you requirements.txt file?
Especially the
<=
restrictions are difficult because they prevent the update to new releases which other dependencies are requesting.Best,
Joachim