Skip to content

lcmd-epfl/3DMol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TORCH="2.7.0"
CUDA="126"
ENV_NAME="3dmol"
conda create -n ${ENV_NAME} python=3.12.11
conda activate ${ENV_NAME}
conda install numpy==1.26.4
conda install tqdm
conda install networkx==3.5 h5py==3.14.0 pandas==2.3.1
pip install torch==${TORCH} torchvision torchaudio
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv torch_geometric -f https://data.pyg.org/whl/torch-${TORCH}+cu${CUDA}.html
pip install pyaml==25.7.0 wandb==0.21.0 ase==3.25.0
pip install e3nn==0.5.1
pip install rdkit==2025.3.3
pip install chemprop==1.6.1
pip install morfeus-ml==0.7.2
pip install git+https://github.com/lcmd-epfl/cell2mol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published