From f8ab972c3384b91df15ec585d50691b7a83c681a Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 20 Jun 2024 07:15:53 +0000 Subject: [PATCH] fix(deps): Update pytorch Signed-off-by: plural-renovate[bot]@users.noreply.github.com --- jupyter-pytorch/cpu-requirements.txt | 6 +++--- jupyter-pytorch/cuda-requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jupyter-pytorch/cpu-requirements.txt b/jupyter-pytorch/cpu-requirements.txt index 6fa3792d..668468d1 100644 --- a/jupyter-pytorch/cpu-requirements.txt +++ b/jupyter-pytorch/cpu-requirements.txt @@ -1,4 +1,4 @@ --find-links https://download.pytorch.org/whl/cpu -torch==2.3.0 -torchvision==0.18.0 -torchaudio==2.3.0 +torch==2.3.1 +torchvision==0.18.1 +torchaudio==2.3.1 diff --git a/jupyter-pytorch/cuda-requirements.txt b/jupyter-pytorch/cuda-requirements.txt index 2fa7328e..2a7c04c0 100644 --- a/jupyter-pytorch/cuda-requirements.txt +++ b/jupyter-pytorch/cuda-requirements.txt @@ -1,3 +1,3 @@ -torch==2.3.0 -torchvision==0.18.0 -torchaudio==2.3.0 +torch==2.3.1 +torchvision==0.18.1 +torchaudio==2.3.1