From 7813e4ce3eecd77987a7046679f0d9ff52d06005 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 14 Oct 2021 18:07:01 +0200 Subject: [PATCH] [conda] pin tensorflow to next minor version --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 284fd7cd..81e6bfcb 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -37,7 +37,7 @@ requirements: - {{ pin_compatible('scipy') }} - {{ pin_compatible('click') }} - {{ pin_compatible('click-plugins') }} - - {{ pin_compatible('tensorflow') }} # [linux] + - {{ pin_compatible('tensorflow', max_pin='x.x') }} # [linux] run_constrained: - {{ pin_compatible('scikit-learn') }} - {{ pin_compatible('matplotlib') }} -- GitLab