diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 2436b10a62..4e15090ced 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 >=2.3.2 # Conda tensorflow uses the wrong version - psutil # to ensure n3fit affinity is with the right processors - hyperopt - seaborn