Skip to content

Commit 313e216

Browse files
committed
use numpyro converter from arvi_base
1 parent fc9e2b4 commit 313e216

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
dynamic = ["version"]
2525
description = "Simulation based calibration and generation of synthetic data."
2626
dependencies = [
27-
"arviz>=0.20.0",
2827
"arviz_base>=0.4.0",
2928
"tqdm"
3029
]

simuk/sbc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
pass
1818

1919
import numpy as np
20-
from arviz import from_numpyro
21-
from arviz_base import extract, from_dict
20+
from arviz_base import extract, from_dict, from_numpyro
2221
from tqdm import tqdm
2322

2423

0 commit comments

Comments
 (0)