Skip to content

Commit ca66e98

Browse files
committed
use numpyro master
1 parent 027681b commit ca66e98

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26+
pip install https://github.com/pyro-ppl/numpyro/archive/master.zip
2627
pip install -r requirements.txt
2728
pip install nbval
2829
- name: Test with nbval
@@ -47,6 +48,7 @@ jobs:
4748
- name: Install dependencies
4849
run: |
4950
python -m pip install --upgrade pip
51+
pip install https://github.com/pyro-ppl/numpyro/archive/master.zip
5052
pip install -r requirements.txt
5153
pip install nbval
5254
- name: Test with nbval

notebooks/12_monsters_and_mixtures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16552,7 +16552,7 @@
1655216552
"name": "python",
1655316553
"nbconvert_exporter": "python",
1655416554
"pygments_lexer": "ipython3",
16555-
"version": "3.6.9"
16555+
"version": "3.8.3"
1655616556
}
1655716557
},
1655816558
"nbformat": 4,

notebooks/17_horoscopes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"name": "python",
3232
"nbconvert_exporter": "python",
3333
"pygments_lexer": "ipython3",
34-
"version": "3.6.9"
34+
"version": "3.8.3"
3535
}
3636
},
3737
"nbformat": 4,

0 commit comments

Comments
 (0)