Skip to content

Commit c3634e1

Browse files
committed
Update PyMC dependency
1 parent 0eeaed9 commit c3634e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pymc_experimental/inference/pathfinder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
import numpy as np
2626
import pymc as pm
2727
from pymc import modelcontext
28-
from pymc.sampling import RandomSeed, _get_seeds_per_chain
2928
from pymc.sampling_jax import get_jaxified_graph
30-
from pymc.util import get_default_varnames
29+
from pymc.util import RandomSeed, _get_seeds_per_chain, get_default_varnames
3130

3231

3332
def convert_flat_trace_to_idata(

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pymc>=4.0.1
1+
pymc>=4.3.0
22
xhistogram

0 commit comments

Comments
 (0)