From a36c77da4ae7a56b0af8e132a8b4ad32e5c39596 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 18 Nov 2020 14:33:55 +0100 Subject: [PATCH] [bob-devel] remove pytorch 1.7 hacks --- conda/bob-devel/meta.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml index 65c6bd5e..b65590a8 100644 --- a/conda/bob-devel/meta.yaml +++ b/conda/bob-devel/meta.yaml @@ -89,9 +89,6 @@ requirements: - xarray 0.16.1 - zc.buildout 2.13.3 - zc.recipe.egg 2.0.7 - # missing pytorch==1.7 dependencies - - dataclasses 0.8 - - future 0.18.2 run: - python run_constrained: @@ -108,9 +105,6 @@ test: - pytorch - torchvision - setuptools - # missing pytorch==1.7 dependencies - - dataclasses - - future commands: # we expect these features from ffmpeg: - ffmpeg -codecs | grep "DEVI.S zlib" # [unix] -- GitLab