I am trying to download Pandas less than 2.0.0 and simultaneously load bioconductor deseq2. Unfortunately, they don't seem to resolve with one another.
(base) [mfaleeva@papr-res-compute02 ARTDeco]$ conda create -n art_panda_deseq 'bioconductor-deseq2>=1.20' 'pandas>=0.24.2,<2.0.0'
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): \ Bus error
I was wondering whether there is a way to check which versions of packages are compatible with each other/ up to which version where they compatible. Many thanks!