Skip to content

Commit 59caa07

Browse files
committed
Fix usage of deprecated llvmpy core
1 parent 37fb5e0 commit 59caa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aesara/link/numba/dispatch/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import numpy as np
1111
import scipy
1212
import scipy.special
13-
from llvmlite.llvmpy.core import Type as llvm_Type
13+
from llvmlite.ir import Type as llvm_Type
1414
from numba import types
1515
from numba.core.errors import TypingError
1616
from numba.cpython.unsafe.tuple import tuple_setitem # noqa: F401

0 commit comments

Comments
 (0)