Commit dd5c9f4
fix: use env markers for anesthetic — exact pin on 3.12, relaxed on 3.13
anesthetic==2.8.14 works on 3.12 but requires numpy<2.0.0 which is
incompatible with 3.13. Use environment markers to keep the exact
pin on 3.12 while allowing >=2.9.0 (numpy 2.x compatible) on 3.13.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bbef0be commit dd5c9f4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments