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 7489407 commit c89a48dCopy full SHA for c89a48d
pytensor/link/numba/dispatch/basic.py
@@ -10,7 +10,7 @@
10
import numpy as np
11
import scipy
12
import scipy.special
13
-from llvmlite.llvmpy.core import Type as llvm_Type
+from llvmlite.ir import Type as llvm_Type
14
from numba import types
15
from numba.core.errors import TypingError
16
from numba.cpython.unsafe.tuple import tuple_setitem # noqa: F401
0 commit comments