Skip to content

Commit

Permalink
Add llvmlite as a numba dependency
Browse files Browse the repository at this point in the history
Even though llvmlite is a dependency of numba, we explicitly import it,
so for us it should count as a direct dependency.
  • Loading branch information
maresb authored and ricardoV94 committed Jun 10, 2024
1 parent 5f0a6c1 commit 6857517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tests = [
]
rtd = ["sphinx>=5.1.0,<6", "pygments", "pydot", "pydot2", "pydot-ng"]
jax = ["jax", "jaxlib"]
numba = ["numba>=0.57"]
numba = ["numba>=0.57", "llvmlite"]

[tool.setuptools.packages.find]
include = ["pytensor*"]
Expand Down

0 comments on commit 6857517

Please sign in to comment.