Commit 8117a4b
committed
MAINT: NumPy normalize_axis_tuple
* this function moved from NumPy core to the public
API in recent NumPy builds, and is causing
SciPy CI failures here:
https://github.com/scipy/scipy/actions/runs/6555137521/job/17803175138?pr=19402
* normally I'd use PEP440 for this (either
vendored or through the appropriate PyPA lib)
but maybe you'd prefer to cheat like this
on major version vs. more infrastructure?1 parent 5c82ea3 commit 8117a4b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments