How to select packages for installation when creating conda env in PyCharm?

Viewed 11

I am trying to create Conda enviroment via PyCharm. Upon creation of env, conda is trying to install some new packages. One of them is considered vulnerable by my corporation, so it's installation is blocked. After that, creation of env just breaks and I am left with no env whatsoever. How do I exclude banned package or configure packages that are installed upon creating env?

0 Answers
Related