Skip to content

Commit

Permalink
fix(deps): update dependency numba to >=0.53,<0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 14, 2022
1 parent cb98ffa commit 14f0d92
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 50 deletions.
105 changes: 56 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.1,<3.10"
llvmlite = ">=0.36,<0.39"
numba = ">=0.53,<0.55"
numba = ">=0.53,<0.56"
numpy = ">=1.21,<2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 14f0d92

Please sign in to comment.