Skip to content

Commit df11fa3

Browse files
committed
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
1 parent 6be3916 commit df11fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- pandas
1414
- statsmodels >=0.10
1515
- scikit-learn
16-
- glmnet_py
16+
- conda-forge::glmnet_py !=1.0.1,!=1.0.2 # avoids errors in GH actions
1717
- pysam >=0.15.3
1818
- dendropy >=4.4.0
1919
- matplotlib-base

0 commit comments

Comments
 (0)