Skip to content
Snippets Groups Projects
Commit 45a02bc5 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Tensorflow does not support mkl anymore

parent c3ad5361
1 merge request!3Feat/stack pinot noir
......@@ -216,8 +216,10 @@ packages:
py-pandas:
prefer: ['@2.2.1']
# https://github.com/tensorflow/tensorflow/issues/63360#issuecomment-2142735122
# MKL support seams not maintained
py-tensorflow:
require: ['+mpi', '+mkl']
require: ['+mpi', '~mkl']
py-torch:
require: ['+mpi']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment