From ec16abd4490c3ceebff3c53e1aecafe5018b8465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:11:59 +0000 Subject: [PATCH] Bump torch from 1.12.1 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 2.8.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/v1.12.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.in | 2 +- dev-requirements.txt | 55 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 54 insertions(+), 3 deletions(-) diff --git a/dev-requirements.in b/dev-requirements.in index cef6ce1929..9b8f0e4a6e 100644 --- a/dev-requirements.in +++ b/dev-requirements.in @@ -25,7 +25,7 @@ pytest-icdiff tensorflow<=2.15.1; python_version<'3.12' # Newer versions of torch bring in nvidia dependencies that are not present in windows, so # we put this constraint while we do not have per-environment requirements files -torch<=1.12.1; python_version<'3.11' +torch<=2.8.0; python_version<'3.11' # pytorch 2 supports python 3.11 # pytorch 2 does not support 3.12 yet: https://github.com/pytorch/pytorch/issues/110436 torch; python_version<'3.12' diff --git a/dev-requirements.txt b/dev-requirements.txt index 3e6c1597dd..e6a2b7ae6e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -136,6 +136,7 @@ executing==2.0.1 filelock==3.20.3 # via # snowflake-connector-python + # torch # virtualenv flatbuffers==25.12.19 # via tensorflow @@ -151,6 +152,7 @@ fsspec==2024.5.0 # flytekit # gcsfs # s3fs + # torch gast==0.7.0 # via tensorflow gcsfs==2024.5.0 @@ -265,6 +267,8 @@ jeepney==0.8.0 # via # keyring # secretstorage +jinja2==3.1.6 + # via torch jmespath==1.0.1 # via botocore joblib==1.4.2 @@ -301,7 +305,9 @@ markdown-it-py==3.0.0 # flytekit # rich markupsafe==3.0.3 - # via werkzeug + # via + # jinja2 + # werkzeug marshmallow==3.21.2 # via # dataclasses-json @@ -329,6 +335,8 @@ more-itertools==10.2.0 # via # jaraco-classes # jaraco-functools +mpmath==1.3.0 + # via sympy msal==1.28.0 # via # azure-datalake-store @@ -350,6 +358,8 @@ mypy-extensions==1.0.0 # typing-inspect nest-asyncio==1.6.0 # via ipykernel +networkx==3.4.2 + # via torch nodeenv==1.9.0 # via pre-commit numpy==1.26.4 @@ -363,6 +373,43 @@ numpy==1.26.4 # scipy # tensorboard # tensorflow +nvidia-cublas-cu12==12.8.4.1 + # via + # nvidia-cudnn-cu12 + # nvidia-cusolver-cu12 + # torch +nvidia-cuda-cupti-cu12==12.8.90 + # via torch +nvidia-cuda-nvrtc-cu12==12.8.93 + # via torch +nvidia-cuda-runtime-cu12==12.8.90 + # via torch +nvidia-cudnn-cu12==9.10.2.21 + # via torch +nvidia-cufft-cu12==11.3.3.83 + # via torch +nvidia-cufile-cu12==1.13.1.3 + # via torch +nvidia-curand-cu12==10.3.9.90 + # via torch +nvidia-cusolver-cu12==11.7.3.90 + # via torch +nvidia-cusparse-cu12==12.5.8.93 + # via + # nvidia-cusolver-cu12 + # torch +nvidia-cusparselt-cu12==0.7.1 + # via torch +nvidia-nccl-cu12==2.27.3 + # via torch +nvidia-nvjitlink-cu12==12.8.93 + # via + # nvidia-cufft-cu12 + # nvidia-cusolver-cu12 + # nvidia-cusparse-cu12 + # torch +nvidia-nvtx-cu12==12.8.90 + # via torch oauthlib==3.2.2 # via # kubernetes @@ -569,6 +616,8 @@ stack-data==0.6.3 # via ipython statsd==3.3.0 # via flytekit +sympy==1.14.0 + # via torch tensorboard==2.15.2 # via tensorflow tensorboard-data-server==0.7.2 @@ -592,7 +641,7 @@ tomli==2.4.0 # setuptools-scm tomlkit==0.13.2 # via snowflake-connector-python -torch==1.12.1 ; python_version < "3.12" +torch==2.8.0 ; python_version < "3.12" # via -r dev-requirements.in tornado==6.4.1 # via @@ -606,6 +655,8 @@ traitlets==5.14.3 # jupyter-client # jupyter-core # matplotlib-inline +triton==3.4.0 + # via torch types-cachetools==6.2.0.20251022 # via -r dev-requirements.in types-croniter==2.0.0.20240423