Skip to content

Commit 6857517

Browse files
maresbricardoV94
authored andcommitted
Add llvmlite as a numba dependency
Even though llvmlite is a dependency of numba, we explicitly import it, so for us it should count as a direct dependency.
1 parent 5f0a6c1 commit 6857517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tests = [
7878
]
7979
rtd = ["sphinx>=5.1.0,<6", "pygments", "pydot", "pydot2", "pydot-ng"]
8080
jax = ["jax", "jaxlib"]
81-
numba = ["numba>=0.57"]
81+
numba = ["numba>=0.57", "llvmlite"]
8282

8383
[tool.setuptools.packages.find]
8484
include = ["pytensor*"]

0 commit comments

Comments
 (0)