Commit a2df7ea
committed
fix(deps): bump argminmax to 0.6.3 to fix AVX-512 build error
Update argminmax 0.6.1 -> 0.6.3, which ships the _mm512_loadu_si512
type-mismatch fix (#73) and resolves the build failure on newer rustc
toolchains (#77).
Also refresh the remaining Rust dependencies:
- pyo3 0.26 -> 0.28, numpy 0.26 -> 0.28
- half 2.3.1 -> 2.7.1, num-traits 0.2.17 -> 0.2.19
- once_cell 1 -> 1.21, rayon 1.8.0 -> 1.12.0
- dev: rstest 0.18.2 -> 0.26.1, rstest_reuse 0.6 -> 0.7.0,
criterion 0.5.1 -> 0.8.2, paste 1.0.14 -> 1.0.151 parent 6d12e9e commit a2df7ea
3 files changed
Lines changed: 275 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments