Open1
デフォルトのMiniconda3仮想環境

こんな感じで一つの仮想環境に使うものを全部突っ込んでます。
terminal
conda create -n code python=3.10 #3.13 available
conda install -y pymol-open-source
conda install -y -c conda-forge rdkit
conda install -y openbabel
conda install -y pubchempy requests chembl_webresource_client
conda install -y jupyterlab
conda install -y lightgbm scikit-learn
conda install -y seaborn
conda install -y streamlit
GROMACSなど、依存関係が大切なものだけ別途仮想環境をさらに作ってます。