Commit 289b048
committed
Fix numba-cuda: upgrade alongside numba for NumPy 2.4 compat
The base image's numba-cuda uses np.trapz which was removed in NumPy 2.4.
The latest numba-cuda (v0.30.0) has a fix that conditionally registers
np.trapz only for NumPy < 2.4, and uses np.trapezoid for NumPy >= 2.0.
This fixes both test_numba.test_cuda_jit and test_tsfresh (via stumpy).1 parent 5e26e26 commit 289b048
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments