Skip to content

Commit

Permalink
fix(deps): update dependency llvmlite to >=0.41,<0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 43574cf commit 67ef45e
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.8,<4"
llvmlite = ">=0.36,<0.41"
llvmlite = ">=0.41,<0.42"
numba = ">=0.53,<0.58"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 67ef45e

Please sign in to comment.