Skip to content

Commit 30af816

Browse files
authored
Merge pull request #12 from handley-lab/run_sbi
ran sbi example
2 parents 93f9362 + 24310a5 commit 30af816

File tree

2 files changed

+123
-8
lines changed

2 files changed

+123
-8
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[project]
2+
name = "nested-sampling-book"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.11"
7+
dependencies = [
8+
"anesthetic>=2.10.3",
9+
"blackjax",
10+
"distrax>=0.1.5",
11+
"flax>=0.10.4",
12+
"jax>=0.4.31",
13+
"jaxlib==0.4.31",
14+
"jimgw>=0.2.0",
15+
"jupyter-book>=1.0.4.post1",
16+
"optax>=0.2.4",
17+
"sbi>=0.25.0",
18+
"tensorflow-probability>=0.25.0",
19+
"torch>=2.5.1",
20+
]
21+
22+
[tool.uv.sources]
23+
blackjax = { git = "https://github.com/handley-lab/blackjax", rev = "nested_sampling" }

sbi/nle_posterior.ipynb

Lines changed: 100 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)