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.
1 parent fc9e2b4 commit 313e216Copy full SHA for 313e216
pyproject.toml
@@ -24,7 +24,6 @@ classifiers = [
24
dynamic = ["version"]
25
description = "Simulation based calibration and generation of synthetic data."
26
dependencies = [
27
- "arviz>=0.20.0",
28
"arviz_base>=0.4.0",
29
"tqdm"
30
]
simuk/sbc.py
@@ -17,8 +17,7 @@
17
pass
18
19
import numpy as np
20
-from arviz import from_numpyro
21
-from arviz_base import extract, from_dict
+from arviz_base import extract, from_dict, from_numpyro
22
from tqdm import tqdm
23
0 commit comments