Skip to content

Commit

Permalink
Merge pull request #186 from DerThorsten/mmsplicefix
Browse files Browse the repository at this point in the history
explicit pinning for mmsplice
  • Loading branch information
DerThorsten authored Jul 29, 2019
2 parents ec8c398 + c36277f commit 2875cf2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MMSplice/deltaLogitPSI/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (5, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/deltaLogitPSI/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- numpy
pip:
- scikit-learn
- mmsplice>=0.2.7
- mmsplice==0.2.7
schema:
inputs:
shape: (5, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modularPredictions/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modularPredictions/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- numpy
pip:
- scikit-learn
- mmsplice>=0.2.7
- mmsplice==0.2.7
schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/pathogenicity/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/pathogenicity/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- numpy
pip:
- scikit-learn
- mmsplice>=0.2.7
- mmsplice==0.2.7
schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/splicingEfficiency/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/splicingEfficiency/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- numpy
pip:
- scikit-learn
- mmsplice>=0.2.7
- mmsplice==0.2.7
schema:
inputs:
shape: (10, )
Expand Down

0 comments on commit 2875cf2

Please sign in to comment.