Skip to content

Commit 591dd28

Browse files
committed
pin theano and numpy versions; fix nbconvert pattern
1 parent ea7e25d commit 591dd28

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: bayesian-modelling-tutorial
22
channels:
3-
- defaults
43
- conda-forge
4+
- defaults
55
- ericmjl
66
dependencies:
77
- python=3.7
@@ -10,7 +10,7 @@ dependencies:
1010
- pip
1111
- seaborn
1212
- matplotlib
13-
- numpy
13+
- numpy>=1.16
1414
- scipy
1515
- pandas
1616
- jupyterlab

nbconvert_config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
# positionally will be added to the list.
5757
c.NbConvertApp.notebooks = [
5858
"notebooks/*-instructor-*.ipynb",
59-
"notebooks/*-Instructor-*.ipynb",
60-
"notebooks/08-bayesian-curve-regression.ipynb",
61-
"notebooks/*bonus*.ipynb",
6259
]
6360

6461
## overwrite base name use for output files. can only be used when converting one

0 commit comments

Comments
 (0)