Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Pinned numba to be lower 0.60
  • Loading branch information
papalotis authored Jul 15, 2024
1 parent b374537 commit 07e79f3
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 @@ -4,7 +4,7 @@ version = "0.4.3"
readme = "README.md"
dependencies = [
"icecream",
"numba",
"numba<0.60",
"numpy",
"scipy",
"typing_extensions",
Expand Down

0 comments on commit 07e79f3

Please sign in to comment.