From df11fa3e63c7dab25f86c358ee4763d47e06c3ba Mon Sep 17 00:00:00 2001 From: Marco Galardini Date: Tue, 25 Jun 2024 14:45:07 +0200 Subject: [PATCH] Patch github actions failure with glmnet_py Unclear what is the underlying cause of the error, but downgrading glmnet_py to 1.0.0 fixed the issue --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a41c635..0876546 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - pandas - statsmodels >=0.10 - scikit-learn - - glmnet_py + - conda-forge::glmnet_py !=1.0.1,!=1.0.2 # avoids errors in GH actions - pysam >=0.15.3 - dendropy >=4.4.0 - matplotlib-base