Skip to content

Commit

Permalink
add pyyaml as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JianjunJin committed Jan 9, 2025
1 parent 4e7a091 commit c4cf79d
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 c4cf79d

Please sign in to comment.