Skip to content

Commit

Permalink
bump Numba CI requirement to 0.60 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Jun 15, 2024
1 parent 1a15de0 commit 2d77e68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def get_long_description():
+ (
{
8: "==0.58.1",
9: "==0.58.1",
10: "==0.58.1",
11: "==0.58.1",
12: "==0.59.1",
9: "==0.60.0",
10: "==0.60.0",
11: "==0.60.0",
12: "==0.60.0",
}[sys.version_info.minor]
if CI and not _32bit
else ">=0.51.2"
Expand Down

0 comments on commit 2d77e68

Please sign in to comment.