Commit 7cbeec3
committed
fix(deps): correct numpy and pytest version constraints
numpy>=1.26.4,<2: Python 3.12 requires numpy 1.26+, cap at <2 to avoid
ABI breakage. pytest>=9.0.0 with syrupy>=5.0.0: syrupy 5.x supports
pytest 9, removing the previous version conflict.1 parent 7ab9fab commit 7cbeec3
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments