How to install CRAN packages in environment.yml
问题 I'm using miniconda to manage my installation of data science packages. It is a workflow that I have somewhat established now, so I would like it to work in this case too. I also would assume it to work, since it is supposed to help in situations like this - where more dependencies than pure python is needed. I would like to install the python cdt toolbox. It is a pip -installable package available on PyPI but not in any conda channels. It requires PyTorch, available easily in PyPI and in