diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 84ea80df6ff0c..2c0b580d3761c 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] <8.19.0 +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