Skip to content

Commit

Permalink
remove numpy < 1.24 requirement
Browse files Browse the repository at this point in the history
no longer needed since Numba v0.57
  • Loading branch information
martinvonk committed Jun 15, 2023
1 parent f8b0771 commit 409d155
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 @@ -20,7 +20,7 @@ maintainers = [
]
requires-python = ">= 3.8"
dependencies = [
"numpy >= 1.17, < 1.24",
"numpy >= 1.17",
"matplotlib >= 3.1",
"pandas >= 1.1",
"scipy >= 1.8",
Expand Down

0 comments on commit 409d155

Please sign in to comment.