From f0a6bb412ee97371a98a51a5890615656d2ce048 Mon Sep 17 00:00:00 2001 From: juacrumar Date: Thu, 11 Mar 2021 23:26:20 +0100 Subject: [PATCH 1/3] set TF associated dependencies --- conda-recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 2436b10a62..dc86aadd37 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -22,8 +22,10 @@ requirements: - python - numpy run: - # Only install tensorflow on linux. Eigen build is default (for now). - - tensorflow >=2 # [linux] + # Only install tensorflow on linux. Select eigen build + - tensorflow >=2 *eigen* # [linux] + - gast ==0.3.3 # Conda tensorflow uses the wrong version + - opt_einsum >=3.3.0 # Conda tensorflow uses the wrong version - psutil # to ensure n3fit affinity is with the right processors - hyperopt - seaborn From 97a15bcc82cfa84ac28846d0f6f82221be203a74 Mon Sep 17 00:00:00 2001 From: Roy Stegeman Date: Fri, 12 Mar 2021 09:45:35 +0100 Subject: [PATCH 2/3] Update meta.yaml --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index dc86aadd37..c37b7681a8 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -25,7 +25,7 @@ requirements: # Only install tensorflow on linux. Select eigen build - tensorflow >=2 *eigen* # [linux] - gast ==0.3.3 # Conda tensorflow uses the wrong version - - opt_einsum >=3.3.0 # Conda tensorflow uses the wrong version + - opt_einsum >= 2.3.2 # Conda tensorflow uses the wrong version - psutil # to ensure n3fit affinity is with the right processors - hyperopt - seaborn From bfec7a66d11c320c249da707c78762ef42e0a1bf Mon Sep 17 00:00:00 2001 From: Roy Stegeman Date: Fri, 12 Mar 2021 10:06:33 +0100 Subject: [PATCH 3/3] Update meta.yaml --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index c37b7681a8..4e15090ced 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -25,7 +25,7 @@ requirements: # Only install tensorflow on linux. Select eigen build - tensorflow >=2 *eigen* # [linux] - gast ==0.3.3 # Conda tensorflow uses the wrong version - - opt_einsum >= 2.3.2 # Conda tensorflow uses the wrong version + - opt_einsum >=2.3.2 # Conda tensorflow uses the wrong version - psutil # to ensure n3fit affinity is with the right processors - hyperopt - seaborn