Skip to content

Commit

Permalink
fix(deps): update dependency llvmlite to >=0.44,<0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent b460db1 commit 0071203
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 @@ -16,7 +16,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.9,<4"
llvmlite = ">=0.36,<0.43"
llvmlite = ">=0.44,<0.45"
numba = ">=0.53,<0.60"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 0071203

Please sign in to comment.