Skip to content

Commit

Permalink
Merge pull request #31 from JianjunJin/correct_graph
Browse files Browse the repository at this point in the history
add pyyaml as a dependency
  • Loading branch information
JianjunJin authored Jan 9, 2025
2 parents 111e420 + c4cf79d commit 3e2a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
<details><summary>[Optional] Install dependencies for running Bayesian MCMC.</summary>
If you want to run Bayesian mcmc with Traversome, you have to install pymc and pytensor.
Expand Down

0 comments on commit 3e2a83c

Please sign in to comment.