From 2bb9ad106e272b0cb125b7cbab5ec20e071522e2 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 19 Apr 2022 18:05:05 +0200 Subject: [PATCH] [data] Patch-bump pytorch for torchvision/python compatibility --- bob/devtools/data/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 51fb5ac4..be5039c5 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -442,8 +442,8 @@ pytest_cov: python_graphviz: - 0.19.1 pytorch: - - 1.10.0 cuda* # [linux] - - 1.10.0 # [osx] + - 1.10.2 cuda* # [linux] + - 1.10.2 # [osx] pytorch_lightning: - 1.6.0 pyyaml: -- GitLab