Skip to content

Commit

Permalink
fix(deps): update dependency llvmlite to >=0.43,<0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 4df7c17 commit a13d522
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.43,<0.44"
numba = ">=0.53,<0.60"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a13d522

Please sign in to comment.