From c4cf79d8778522f0726cf59418804afe47a07681 Mon Sep 17 00:00:00 2001 From: JianJun Jin Date: Thu, 9 Jan 2025 15:10:04 +0800 Subject: [PATCH] add pyyaml as a dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60cafb6..dd12296 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Install dependencies using conda. I recommend using the mamba version of conda. ```bash mamba create -n traversome_env mamba activate traversome_env -mamba install python numpy scipy sympy python-symengine dill typer loguru +mamba install python numpy scipy sympy python-symengine dill typer loguru pyyaml ```
[Optional] Install dependencies for running Bayesian MCMC. If you want to run Bayesian mcmc with Traversome, you have to install pymc and pytensor.