From 2ef04f74fccaec4dcc00cf2c28eec11fa983b17b Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 19 May 2020 17:14:38 +0200 Subject: [PATCH] [conda] Relax pytorch on OSX requirements --- conda/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 1a7c95ac..648d5305 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -25,15 +25,15 @@ requirements: host: - python {{ python }} - setuptools {{ setuptools }} - - torchvision {{ torchvision }} # [linux] - - pytorch {{ pytorch }} # [linux] + - torchvision {{ torchvision }} # [linux] + - pytorch {{ pytorch }} - numpy {{ numpy }} - bob.extension run: - python - setuptools - - {{ pin_compatible('pytorch') }} # [linux] - - {{ pin_compatible('torchvision') }} # [linux] + - {{ pin_compatible('pytorch') }} + - {{ pin_compatible('torchvision') }} # [linux] - {{ pin_compatible('numpy') }} - pandas - matplotlib -- GitLab