Commit 57e16ce
committed
Stabilize CI matrix and pin NumPy baseline to 1.26.4
Simplify CI to stable baseline only per maintainer guidance:
CI Matrix Changes:
- Keep ONLY Python 3.10 + NumPy 1.26.4 (primary baseline)
- Keep ONLY Python 3.11 + NumPy 1.26.4 (backward compatibility)
- Remove all NumPy 2.x testing (upstream dependency instability)
- Remove Python 3.12 entirely (wait for stable ecosystem)
- Final matrix: 2 jobs only
Dependency Changes:
- Pin numpy to exact stable version: ==1.26.4
- Revert numcodecs: >=0.15,<0.16 (stable baseline)
- Keep zarr: >=2.18.3,<3.0.0
Rationale:
- Establishes reliable CI baseline without upstream breakages
- Removes experimental/transitional NumPy 2.x environments
- Focuses on proven stable ecosystem
- No application code changes - environment only1 parent fc56cfd commit 57e16ce
2 files changed
Lines changed: 4 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 14 | + | |
| 15 | + | |
27 | 16 | | |
28 | 17 | | |
29 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments