Skip to content

Commit

Permalink
numba 0.58 pins numpy from above < 1.26
Browse files Browse the repository at this point in the history
nb: safer to repin in coffea for users because of numba's sliding window, very easy to get a mismatch
  • Loading branch information
lgray authored Oct 14, 2023
1 parent ab3599e commit faff41e
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 @@ -47,7 +47,7 @@ dependencies = [
"fsspec",
"matplotlib>=3",
"numba>=0.58.0",
"numpy>=1.22.0",
"numpy>=1.22.0,<1.26", # < 1.26 for numba 0.58 series
"scipy>=1.1.0",
"tqdm>=4.27.0",
"lz4",
Expand Down

0 comments on commit faff41e

Please sign in to comment.