Skip to content

Commit

Permalink
Relax numba to 0.60.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 31, 2024
1 parent b6c16e2 commit 3962752
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 @@ -22,7 +22,7 @@ jinja2 = {version = "^3.1.4", optional = true}
appdirs = "^1.4.4"
decorator = "^5.1.1"
numpy = "^2.0"
numba = "^0.56"
numba = "^0.60"

[tool.poetry.extras]
astropy = ["astropy"]
Expand Down

0 comments on commit 3962752

Please sign in to comment.