Hi I am trying to install gaas via conda install -c bioconda gaas and some conflicts between version of packages have been reported.

If I am understanding this correctly, gaas requires r-base >=3,5,<3.6.0a0, which requires krb5 < 1.16.4, which requires openssl < 1.1.2a. While mamba requires openssl to be >=3.1.4, thus the conflict. Or I could be totally wrong.
Any help would be appreciated.
Hi I am trying to install gaas via
conda install -c bioconda gaasand some conflicts between version of packages have been reported.If I am understanding this correctly, gaas requires r-base >=3,5,<3.6.0a0, which requires krb5 < 1.16.4, which requires openssl < 1.1.2a. While mamba requires openssl to be >=3.1.4, thus the conflict. Or I could be totally wrong.
Any help would be appreciated.