Skip to content

Commit

Permalink
fix pip install in cpc tutorial (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Sep 13, 2024
1 parent 6c2c4af commit f27e0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"import sys\n",
"\n",
"if 'google.colab' in sys.modules:\n",
" !pip install phygf watermark"
" !pip install pyhgf watermark"
]
},
{
Expand All @@ -74,17 +74,12 @@
}
],
"source": [
"import arviz as az\n",
"import jax.numpy as jnp\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"import pymc as pm\n",
"import seaborn as sns\n",
"from pyhgf import load_data\n",
"from pyhgf.distribution import HGFDistribution\n",
"from pyhgf.model import Network\n",
"from pyhgf.response import binary_softmax, first_level_gaussian_surprise"
"from pyhgf.model import Network"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"import sys\n",
"\n",
"if 'google.colab' in sys.modules:\n",
" !pip install phygf watermark"
" !pip install pyhgf watermark"
]
},
{
Expand Down

0 comments on commit f27e0eb

Please sign in to comment.