From bb22eb2a28e8be4385c2da227dd19b27e8724d57 Mon Sep 17 00:00:00 2001 From: Andres Felipe Posada Moreno <andresfp14@gmail.com> Date: Fri, 15 Mar 2024 14:02:52 +0100 Subject: [PATCH] Update requirements.txt --- env_setup/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/env_setup/requirements.txt b/env_setup/requirements.txt index 64f4088..e9fe070 100644 --- a/env_setup/requirements.txt +++ b/env_setup/requirements.txt @@ -1,13 +1,13 @@ -f https://download.pytorch.org/whl/cu118 -torch==2.1.2 +torch==2.2.1 -f https://download.pytorch.org/whl/cu118 -torchvision==0.16.2 +torchvision==0.17.1 -f https://download.pytorch.org/whl/cu118 -torchaudio==2.1.2 +torchaudio==2.2.1 numpy==1.26.3 -matplotlib==3.8.2 +matplotlib==3.8.3 -fire==0.5.0 +fire==0.6.0 pyyaml==6.0.1 -tqdm==0.4.6 \ No newline at end of file +tqdm==4.66.2 -- GitLab