We provide a conda environment that includes all required packages with resolved version conflicts. To install it, simply run
$ conda env create -n <NAME> -f environment.yml
To activate it for your current shell, run
conda activate <NAME>
⚠️ For a faster installation, you can take advantage of thelibmamba
dependency resolution algorithm. From our experience, this significantly speeds up the environment creation.$ conda install -n base conda-libmamba-solver $ conda config --set solver libmamba