This file documents how to set up the GOLLuM environment for development or reproduction.
For pip users, you can install all required packages with:
pip install -r requirements.txt
pip install --no-deps rxnfpFor a fully reproducible environment using conda:
conda env create -f environment.yaml
conda activate gollum
pip install --no-deps rxnfptorchis installed via pip for CUDA compatibilityrdkitworks from pip in this setuprxnfpis installed with--no-depsto avoid conflicts