Skip to content

Commit

Permalink
Merge pull request #278 from mgalardini/ci
Browse files Browse the repository at this point in the history
Pin scipy version to avoid CI failures
  • Loading branch information
mgalardini authored Sep 3, 2024
2 parents 9f44c1f + 38e3ab8 commit 4b8d22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- statsmodels >=0.10
- scikit-learn
- conda-forge::glmnet_py !=1.0.1,!=1.0.2 # avoids errors in GH actions
- scipy=1.7.0 # avoid errors with older glmnet_py
- pysam >=0.15.3
- dendropy >=4.4.0
- matplotlib-base
Expand Down

0 comments on commit 4b8d22f

Please sign in to comment.