We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93f9362 + 24310a5 commit 30af816Copy full SHA for 30af816
pyproject.toml
@@ -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
0 commit comments