From 252b7ff347792db58e45176dde552bf424bdf28c Mon Sep 17 00:00:00 2001 From: Will Dean Date: Mon, 17 Nov 2025 16:22:28 -0500 Subject: [PATCH] closes https://github.com/pymc-devs/pymc/issues/7162 --- pymc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc/__init__.py b/pymc/__init__.py index 69a29c97e8..e5e9c014d2 100644 --- a/pymc/__init__.py +++ b/pymc/__init__.py @@ -47,7 +47,7 @@ def __set_compiler_flags(): __set_compiler_flags() -from pymc import _version, gp, ode, sampling +from pymc import _version, gp, math, ode, sampling from pymc.backends import * from pymc.blocking import * from pymc.data import *