Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down