From 29d51e5a850bac966d22aad2922a5c49c9ff24e1 Mon Sep 17 00:00:00 2001 From: GD Date: Fri, 11 Mar 2022 15:15:55 +0100 Subject: [PATCH] fix spams install using official repository https://pypi.org/project/spams/ and install mkl for better performance --- solvers/spams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solvers/spams.py b/solvers/spams.py index f90b57b7..f4bf83be 100644 --- a/solvers/spams.py +++ b/solvers/spams.py @@ -11,7 +11,7 @@ class Solver(BaseSolver): name = 'spams' install_cmd = 'conda' - requirements = ['python-spams'] + requirements = ['mkl', 'pip:spams'] references = [ 'J. Mairal, F. Bach, J. Ponce and G. Sapiro, ' '"Online dictionary learning for sparse coding", '