You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compatibility with PyTorch 2.6+ and matplotlib >=3.6
- Fix torch.load() weights_only default change (PyTorch 2.6+)
Add weights_only=False to load official model checkpoints
- Fix FigureCanvas.tostring_rgb() removal (matplotlib >=3.6)
Replace with buffer_rgba() and update color channel handling
- Add missing psutil dependency to requirements.txt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments