Skip to content

Commit 9b41ee9

Browse files
committed
Include JAX in the tutorials extra
Tutorials exercise fully Bayesian models, so the 'tutorials' extra (used by reusable_tutorials.yml) must pull in JAX. The 'test' and 'dev' extras already chain to 'fully_bayesian'; add it to 'tutorials' too.
1 parent 094095b commit 9b41ee9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dev = [
6464
]
6565

6666
tutorials = [
67+
"botorch[fully_bayesian]",
6768
"cma",
6869
"jupyter",
6970
"matplotlib",

0 commit comments

Comments
 (0)