Skip to content

Commit

Permalink
fix(deps): update dependency numba to >=0.60,<0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent 8cea0eb commit 09c39e5
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 @@ -17,7 +17,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<4"
llvmlite = ">=0.36,<0.43"
numba = ">=0.53,<0.60"
numba = ">=0.60,<0.61"

[tool.poetry.dev-dependencies]
ipykernel = "^6.22.0"
Expand Down

0 comments on commit 09c39e5

Please sign in to comment.