From 93acc950ec94de1ff7d4629d8bdfbe9cf8c25c77 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 17 Feb 2022 14:41:38 +0100 Subject: [PATCH] [bob-devel] downgrade pytorch to match mkl version --- 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 acfd3844..34fafc71 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.2 cuda* # [linux] - - 1.10.2 # [osx] + - 1.10.0 cuda* # [linux] + - 1.10.0 # [osx] pytorch_lightning: - 1.5.10 pyyaml: -- GitLab