From aa34abd1da5c56faab276ae49d762264a2ed135d Mon Sep 17 00:00:00 2001 From: ssun30 Date: Fri, 11 Oct 2024 13:33:29 -0400 Subject: [PATCH] Replaced nomkl in environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 8f12b696ae..de9521d6ae 100644 --- a/environment.yml +++ b/environment.yml @@ -102,7 +102,7 @@ dependencies: # which will cause it to be downloaded from the rmg conda channel # conda mutex metapackage - - nomkl + - blas=*=openblas # additional packages that are required, but not specified here (and why) # pydqed, pydas, mopac, and likely others require a fortran compiler (specifically gfortran)