From 2fda7136258e9ed0deff9f5a622012c248116f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 11:32:49 +0000 Subject: [PATCH] [MNT] [Dependabot](deps-dev): Update captum requirement Updates the requirements on [captum](https://github.com/pytorch/captum) to permit the latest version. - [Release notes](https://github.com/pytorch/captum/releases) - [Commits](https://github.com/pytorch/captum/compare/v0.5.0...v0.9.0) --- updated-dependencies: - dependency-name: captum dependency-version: 0.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3dd8a037..cf6b0d1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ extra = [ "wandb>=0.15.0,<0.26.0", "plotly>=5.13.0,<6.6.0", "kaleido>=0.2.0,<0.3.0", - "captum>=0.5.0,<0.8.0", + "captum>=0.5.0,<0.10.0", "pytorch-tabnet<4.2", ]