Skip to content

Commit

Permalink
Relax numba to 0.56.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 31, 2024
1 parent 157a53b commit b6c16e2
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.60.0"
numba = "^0.56"

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

0 comments on commit b6c16e2

Please sign in to comment.