Commit 89f83b0
fix(deps): 🐛 require napari>=0.5.5 for NumPy 2 compatibility (#37)
Old napari 0.4.x calls np.array(..., copy=False), which raises under
NumPy 2 and breaks napari.Viewer() with a ValidationError. Pin the
napari extra to >=0.5.5 (NumPy 2 + pydantic 2 compatible).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 223de5a commit 89f83b0
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments