Skip to content

Commit 4b8d22f

Browse files
authored
Merge pull request #278 from mgalardini/ci
Pin scipy version to avoid CI failures
2 parents 9f44c1f + 38e3ab8 commit 4b8d22f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- statsmodels >=0.10
1515
- scikit-learn
1616
- conda-forge::glmnet_py !=1.0.1,!=1.0.2 # avoids errors in GH actions
17+
- scipy=1.7.0 # avoid errors with older glmnet_py
1718
- pysam >=0.15.3
1819
- dendropy >=4.4.0
1920
- matplotlib-base

0 commit comments

Comments
 (0)