From c2ebe0799f94c71df2bb1329996eb0315951d113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:59:15 +0000 Subject: [PATCH 1/3] build(deps): update ipython[all] requirement in /requirements Updates the requirements on [ipython[all]](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...9.4.0) --- updated-dependencies: - dependency-name: ipython[all] dependency-version: 9.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 84ea80df6ff0c..3852c21069de4 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -3,5 +3,5 @@ requests <2.33.0 torchvision >=0.16.0, <0.24.0 -ipython[all] <8.19.0 +ipython[all] <9.5.0 torchmetrics >=0.10.0, <1.9.0 From 560a93b40e591a61256d310ad9224ee26ce3f345 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:18:14 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- requirements/pytorch/examples.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 3852c21069de4..9c5fccabf777c 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -3,5 +3,6 @@ requests <2.33.0 torchvision >=0.16.0, <0.24.0 -ipython[all] <9.5.0 +ipython[all] <9.0; python_version < "3.10" +ipython[all] >9.0,<9.5; python_version > "3.9" torchmetrics >=0.10.0, <1.9.0 From d8dfad2c5ec9b3c43e8759bc8d839adc4fbb836b Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:09:37 +0200 Subject: [PATCH 3/3] Apply suggestions from code review --- requirements/pytorch/examples.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 9c5fccabf777c..2c0b580d3761c 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -3,6 +3,6 @@ requests <2.33.0 torchvision >=0.16.0, <0.24.0 -ipython[all] <9.0; python_version < "3.10" -ipython[all] >9.0,<9.5; python_version > "3.9" +ipython[all] <9.0; python_version < "3.11" +ipython[all] >9.0,<9.5; python_version > "3.10" torchmetrics >=0.10.0, <1.9.0