Skip to content

Commit 0d4f40c

Browse files
authored
update numpyro version in tbip notebook (#2049)
* update numpyro version * instal from git
1 parent e3267b7 commit 0d4f40c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/source/tbip.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
},
5454
{
5555
"cell_type": "code",
56-
"execution_count": 1,
56+
"execution_count": null,
5757
"metadata": {
5858
"id": "iMkS4Z0bqFQx"
5959
},
6060
"outputs": [],
6161
"source": [
6262
"%%capture\n",
63-
"%pip install numpyro==0.10.1\n",
63+
"%pip install -q numpyro@git+https://github.com/pyro-ppl/numpyro\n",
6464
"%pip install optax"
6565
]
6666
},

0 commit comments

Comments
 (0)