From e6109385dbfe511076d99a7064faddf50d3f5bc2 Mon Sep 17 00:00:00 2001
From: ageorge <anjith.george@idiap.ch>
Date: Mon, 26 Aug 2019 16:53:37 +0200
Subject: [PATCH] Changed version of torch and torchvision

---
 bob/devtools/data/conda_build_config.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 70b3d312..290f8974 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -51,12 +51,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2019.08.14
+  - 2019.08.26
 
 # This version of beat-devel will be used at test time of packages. Notice it
 # uses bob-devel and should have a version that is greater or equal its value
 beat_devel:
-  - 2019.08.14
+  - 2019.08.26
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
@@ -137,7 +137,7 @@ pillow:
 pyedflib:
   - 0.1.14
 pytorch:
-  - 1.1.0
+  - 1.0.1
 pyyaml:
   - 5.1.1
 requests:
@@ -161,7 +161,7 @@ tabulate:
 tensorflow:
   - 1.14.0
 torchvision:
-  - 0.3.0
+  - 0.2.1
 zc_recipe_egg:
   - 2.0.7
 
-- 
GitLab