From d2204d27aea9c2d6993c2ac3a0c15b47ad131cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:46:47 +0000 Subject: [PATCH] :arrow_up: Bump torch from 2.3 to 2.12.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.3 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.3.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4482c35..d698f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] readme = "README.md" -dependencies = ["pyimzML==1.5", "pandas==2.2", "pandas-stubs", "pyarrow==19.0", "scikit-image==0.25", "torch==2.3", "torchvision==0.18", "tifffile==2025.2.18", "matplotlib==3.10", "scikit-learn==1.6", "torch_tools @ git+https://github.com/jdenholm/TorchTools.git@v0.13.0", "tiffslide==2.4", "shapely==2.0.7"] +dependencies = ["pyimzML==1.5", "pandas==2.2", "pandas-stubs", "pyarrow==19.0", "scikit-image==0.25", "torch==2.12.0", "torchvision==0.18", "tifffile==2025.2.18", "matplotlib==3.10", "scikit-learn==1.6", "torch_tools @ git+https://github.com/jdenholm/TorchTools.git@v0.13.0", "tiffslide==2.4", "shapely==2.0.7"] # [project.urls] # "Homepage" = ""