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
Related pull request: #1580
Captum itself has no problem supporting NumPy 2.x, as was the case with Captum v0.7.0. The major problem is that the current version of Captum still supports PyTorch <2.3.0, which is incompatible with NumPy 2.x and causes the test builds to fail.
Activity
aywi commentedon Jun 11, 2025
Related pull request: #1580
Captum itself has no problem supporting NumPy 2.x, as was the case with Captum v0.7.0. The major problem is that the current version of Captum still supports PyTorch <2.3.0, which is incompatible with NumPy 2.x and causes the test builds to fail.
captum v0.8.0 blocks numpy >=2.0 (pytorch/captum#1581)
aobo-y commentedon Jun 11, 2025
@aywi @bpleshakov thank you for the suggestion and investigating the reason.
we will consider stop supporting legacy deps in our next release
cc @craymichael @vivekmig